pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/editorobjs surface_background_obj.cxx


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editorobjs surface_background_obj.cxx,1.6,1.7
Date: 30 Nov 2002 15:19:06 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/editorobjs
In directory dark:/tmp/cvs-serv21607/editorobjs

Modified Files:
        surface_background_obj.cxx 
Log Message:
- little namespace fix


Index: surface_background_obj.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/editorobjs/surface_background_obj.cxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- surface_background_obj.cxx  30 Nov 2002 15:06:32 -0000      1.6
+++ surface_background_obj.cxx  30 Nov 2002 15:19:04 -0000      1.7
@@ -22,6 +22,7 @@
 #include "../worldobjsdata/surface_background_data.hxx"
 #include "../editor/editor.hxx"
 #include "../editor/generic_property_frame.hxx"
+#include "../editor/property_frame.hxx"
 #include "../editor/property_window.hxx"
 #include "surface_background_obj.hxx"
 
@@ -62,8 +63,8 @@
          + to_string(data->pos.z);
 }
 
-PropertyFrame*
-SurfaceBackgroundObj::get_gui_dialog(Editor* editor)
+EditorNS::PropertyFrame*
+SurfaceBackgroundObj::get_gui_dialog(EditorNS::Editor* editor)
 {
   GenericPropertyFrame* propframe 
     = new GenericPropertyFrame("SurfaceBackground", 
editor->get_property_window()->get_client_area());





reply via email to

[Prev in Thread] Current Thread [Next in Thread]