From 8f89401c8e835e46ac96f780d97a7512fb97543b Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 18 May 2001 22:25:47 +0000 Subject: [PATCH] cosmetic --- panda/src/display/graphicsStateGuardian.cxx | 2 +- panda/src/display/graphicsStateGuardian.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/display/graphicsStateGuardian.cxx b/panda/src/display/graphicsStateGuardian.cxx index c6b0762b9d..209f8b32c1 100644 --- a/panda/src/display/graphicsStateGuardian.cxx +++ b/panda/src/display/graphicsStateGuardian.cxx @@ -72,7 +72,7 @@ GraphicsStateGuardian(GraphicsWindow *win) { //////////////////////////////////////////////////////////////////// // Function: GraphicsStateGuardian::Destructor -// Access: Public +// Access: Public, Virtual // Description: //////////////////////////////////////////////////////////////////// GraphicsStateGuardian:: diff --git a/panda/src/display/graphicsStateGuardian.h b/panda/src/display/graphicsStateGuardian.h index 5ac87eb0dd..5afec2ca2d 100644 --- a/panda/src/display/graphicsStateGuardian.h +++ b/panda/src/display/graphicsStateGuardian.h @@ -41,7 +41,7 @@ class EXPCL_PANDA GraphicsStateGuardian : public GraphicsStateGuardianBase { // public: GraphicsStateGuardian(GraphicsWindow *win); - ~GraphicsStateGuardian(); + virtual ~GraphicsStateGuardian(); PUBLISHED: INLINE void set_render_traverser(RenderTraverser *rt);