mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
tag new constructor inline properly
This commit is contained in:
parent
092f6032a2
commit
c59bfcf601
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user