Browse Source

Reversed accidental modification

Josh Yelon 18 years ago
parent
commit
fe79990cdf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/pgraph/modelPool.h

+ 2 - 2
panda/src/pgraph/modelPool.h

@@ -70,8 +70,6 @@ PUBLISHED:
   INLINE static void list_contents();
   static void write(ostream &out);
 
-  static ModelPool *get_ptr();
-
 private:
   INLINE ModelPool();
 
@@ -88,6 +86,8 @@ private:
   int ns_garbage_collect();
   void ns_list_contents(ostream &out) const;
 
+  static ModelPool *get_ptr();
+
   static ModelPool *_global_ptr;
 
   Mutex _lock;