pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor editorobj_group.hxx,1.1,1.2


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editorobj_group.hxx,1.1,1.2
Date: 13 Jun 2002 19:53:24 -0000

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

Modified Files:
        editorobj_group.hxx 
Log Message:
fixed some Doxygen warnings (mostly due to bugs in Doxygen itself)


Index: editorobj_group.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editorobj_group.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- editorobj_group.hxx 12 Jun 2002 19:11:31 -0000      1.1
+++ editorobj_group.hxx 13 Jun 2002 19:53:22 -0000      1.2
@@ -44,9 +44,9 @@
   void draw_mark (EditorView * view);
   
   /** Add an object to the group */
-  void EditorObjGroup::add (boost::shared_ptr<EditorObj>);
+  void add (boost::shared_ptr<EditorObj>);
   ///
-  std::list<boost::shared_ptr<EditorObj> >* EditorObjGroup::get_objs();
+  std::list<boost::shared_ptr<EditorObj> >* get_objs();
   
   bool is_over(const CL_Vector &);
   bool is_in_rect(const CL_Rect &);




reply via email to

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