From c59bfcf60189ef5905da0606fde8febb1eea461c Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 9 Feb 2002 00:42:51 +0000 Subject: [PATCH] tag new constructor inline properly --- panda/src/display/graphicsWindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/display/graphicsWindow.h b/panda/src/display/graphicsWindow.h index 4289785676..fb46f520a8 100644 --- a/panda/src/display/graphicsWindow.h +++ b/panda/src/display/graphicsWindow.h @@ -72,8 +72,8 @@ class EXPCL_PANDA GraphicsWindow : public Configurable, public ReferenceCount { PUBLISHED: class EXPCL_PANDA Properties { PUBLISHED: - Properties(); - Properties(const Properties &); + INLINE Properties(); + INLINE Properties(const Properties &); INLINE ~Properties(); INLINE void set_origin(int xorg, int yorg);