Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
a052ba6eea
1 changed files with 3 additions and 1 deletions
  1. 3 1
      panda/src/display/graphicsStateGuardian.h

+ 3 - 1
panda/src/display/graphicsStateGuardian.h

@@ -188,10 +188,12 @@ public:
   INLINE GraphicsWindow* get_window(void) const { return _win; }
 
 
-public:
+PUBLISHED:
   static TypeHandle get_class_type() {
     return _type_handle;
   }
+
+public:
   static void init_type() {
     GraphicsStateGuardianBase::init_type();
     register_type(_type_handle, "GraphicsStateGuardian",