Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
ae22114628
1 changed files with 1 additions and 2 deletions
  1. 1 2
      panda/src/gui/guiManager.h

+ 1 - 2
panda/src/gui/guiManager.h

@@ -32,8 +32,7 @@ private:
   INLINE GuiManager(MouseWatcher*, Node*);
   INLINE GuiManager(MouseWatcher*, Node*);
 
 
 PUBLISHED:
 PUBLISHED:
-  static GuiManager* get_ptr(GraphicsWindow*, MouseAndKeyboard*,
-			     Node *root2d = (Node *)NULL);
+  static GuiManager* get_ptr(GraphicsWindow*, MouseAndKeyboard*, Node *root2d);
 
 
   void add_region(GuiRegion*);
   void add_region(GuiRegion*);
   void add_label(GuiLabel*);
   void add_label(GuiLabel*);