From 98dc88e9f1d85b572b9eecea3e3700fbde1f6210 Mon Sep 17 00:00:00 2001 From: "Asad M. Zaman" Date: Wed, 28 Mar 2007 23:37:45 +0000 Subject: [PATCH] reverting this file --- panda/src/pgraph/colorScaleAttrib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgraph/colorScaleAttrib.h b/panda/src/pgraph/colorScaleAttrib.h index 86a2b66b03..fd1f14da45 100644 --- a/panda/src/pgraph/colorScaleAttrib.h +++ b/panda/src/pgraph/colorScaleAttrib.h @@ -53,10 +53,10 @@ public: virtual bool lower_attrib_can_override() const; virtual void output(ostream &out) const; virtual void store_into_slot(AttribSlots *slots) const; - virtual CPT(RenderAttrib) compose_impl(const RenderAttrib *other) const; protected: virtual int compare_to_impl(const RenderAttrib *other) const; + virtual CPT(RenderAttrib) compose_impl(const RenderAttrib *other) const; virtual CPT(RenderAttrib) invert_compose_impl(const RenderAttrib *other) const; virtual RenderAttrib *make_default_impl() const;