From b6ea4ab8b2a38cd9de3e55ab84eba9e968213e1e Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Tue, 12 Feb 2008 23:03:55 +0000 Subject: [PATCH] Fixed linux gcc bug --- panda/src/pgraph/auxBitplaneAttrib.h | 2 +- panda/src/pgraph/lightRampAttrib.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/pgraph/auxBitplaneAttrib.h b/panda/src/pgraph/auxBitplaneAttrib.h index 1ff3199893..d55691971b 100644 --- a/panda/src/pgraph/auxBitplaneAttrib.h +++ b/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(); diff --git a/panda/src/pgraph/lightRampAttrib.h b/panda/src/pgraph/lightRampAttrib.h index 4732570c77..3d64d78b2f 100644 --- a/panda/src/pgraph/lightRampAttrib.h +++ b/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();