2
0
Эх сурвалжийг харах

tag new constructor inline properly

David Rose 24 жил өмнө
parent
commit
c59bfcf601

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