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:
|
PUBLISHED:
|
||||||
class EXPCL_PANDA Properties {
|
class EXPCL_PANDA Properties {
|
||||||
PUBLISHED:
|
PUBLISHED:
|
||||||
Properties();
|
INLINE Properties();
|
||||||
Properties(const Properties &);
|
INLINE Properties(const Properties &);
|
||||||
INLINE ~Properties();
|
INLINE ~Properties();
|
||||||
|
|
||||||
INLINE void set_origin(int xorg, int yorg);
|
INLINE void set_origin(int xorg, int yorg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user