mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-11 01:40:53 +00:00
fix 3 more struct/class warnings
This commit is contained in:
parent
2d1d069242
commit
18bf7289e8
@ -27,7 +27,7 @@ class gamemap;
|
|||||||
#include "../tod_manager.hpp"
|
#include "../tod_manager.hpp"
|
||||||
#include "../playturn.hpp"
|
#include "../playturn.hpp"
|
||||||
|
|
||||||
class paths;
|
struct paths;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* info is structure which holds references to all the important objects
|
* info is structure which holds references to all the important objects
|
||||||
|
@ -29,7 +29,7 @@ class t_string;
|
|||||||
|
|
||||||
namespace gui2{
|
namespace gui2{
|
||||||
|
|
||||||
class tpoint;
|
struct tpoint;
|
||||||
class twidget;
|
class twidget;
|
||||||
class twindow;
|
class twindow;
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
namespace gui2 {
|
namespace gui2 {
|
||||||
|
|
||||||
class tbuilder_grid;
|
struct tbuilder_grid;
|
||||||
typedef boost::intrusive_ptr<const tbuilder_grid> tbuilder_grid_const_ptr;
|
typedef boost::intrusive_ptr<const tbuilder_grid> tbuilder_grid_const_ptr;
|
||||||
|
|
||||||
class tgrid;
|
class tgrid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user