Fixed linux gcc bug
This commit is contained in:
parent
d8511c6672
commit
b6ea4ab8b2
|
|
@ -61,7 +61,7 @@ protected:
|
|||
private:
|
||||
int _outputs;
|
||||
|
||||
static CPT(RenderAttrib) AuxBitplaneAttrib::_default;
|
||||
static CPT(RenderAttrib) _default;
|
||||
|
||||
public:
|
||||
static void register_with_read_factory();
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue