Author: shadowmaster
Date: Sun Apr 5 01:48:09 2009
New Revision: 34510
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34510&view=rev
Log:
Fix an "incomplete type" compiler error.
Modified:
trunk/src/storyscreen/page.hpp
Modified: trunk/src/storyscreen/page.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/page.hpp?rev=34510&r1=34509&r2=34510&view=diff
==============================================================================
--- trunk/src/storyscreen/page.hpp (original)
+++ trunk/src/storyscreen/page.hpp Sun Apr 5 01:48:09 2009
@@ -25,8 +25,8 @@
#include <string>
#include <vector>
-struct SDL_Rect;
-struct surface;
+#include "sdl_utils.hpp"
+
class config;
class vconfig;
class game_state;
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits