Browse Source

Fixed linux gcc bug

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

+ 1 - 1
panda/src/pgraph/auxBitplaneAttrib.h

@@ -61,7 +61,7 @@ protected:
 private:
   int _outputs;
 
-  static CPT(RenderAttrib) AuxBitplaneAttrib::_default;
+  static CPT(RenderAttrib) _default;
 
 public:
   static void register_with_read_factory();

+ 1 - 1
panda/src/pgraph/lightRampAttrib.h

@@ -68,7 +68,7 @@ private:
   float _level[2];
   float _threshold[2];
 
-  static CPT(RenderAttrib) LightRampAttrib::_identity;
+  static CPT(RenderAttrib) _identity;
 
 public:
   static void register_with_read_factory();