Fixed linux gcc bug

This commit is contained in:
Josh Yelon 2008-02-12 23:03:55 +00:00
parent d8511c6672
commit b6ea4ab8b2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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