Browse Source

tag new constructor inline properly

David Rose 24 years ago
parent
commit
c59bfcf601
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/display/graphicsWindow.h

+ 2 - 2
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);