CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <[EMAIL PROTECTED]> 05/03/11 02:33:37

Modified files:
        src/editor     : scenario_editor.hpp 

Log message:
        fixed bug: attempt to delete incomplete type display

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/editor/scenario_editor.hpp.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: wesnoth/src/editor/scenario_editor.hpp
diff -u wesnoth/src/editor/scenario_editor.hpp:1.3 
wesnoth/src/editor/scenario_editor.hpp:1.4
--- wesnoth/src/editor/scenario_editor.hpp:1.3  Tue Jul 20 11:56:58 2004
+++ wesnoth/src/editor/scenario_editor.hpp      Fri Mar 11 02:33:37 2005
@@ -1,8 +1,10 @@
 #ifndef SCENARIO_EDITOR_HPP_INCLUDED
 #define SCENARIO_EDITOR_HPP_INCLUDED
 
-#include "../config.hpp"
-#include "../events.hpp"
+#include "../config.hpp"
+#include "../display.hpp"
+#include "../events.hpp"
+#include "../gamestatus.hpp"
 #include "../hotkeys.hpp"
 #include "../scoped_resource.hpp"
 #include "../team.hpp"


Reply via email to