mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 14:05:39 +00:00
Change a forward declared type to a struct.
The issue was spotted by CLang.
This commit is contained in:
parent
577f5500b3
commit
a568922f68
@ -22,7 +22,7 @@
|
||||
namespace gui2 {
|
||||
|
||||
namespace implementation {
|
||||
class tbuilder_viewport;
|
||||
struct tbuilder_viewport;
|
||||
} // namespace implementation
|
||||
|
||||
class tgrid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user