mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fix missing EXPCL_DIRECT on activate_osx_application()
This commit is contained in:
parent
236b0c590c
commit
773614c610
@ -52,13 +52,12 @@ EXPCL_DIRECT void store_accessibility_shortcut_keys();
|
|||||||
EXPCL_DIRECT void allow_accessibility_shortcut_keys(bool allowKeys);
|
EXPCL_DIRECT void allow_accessibility_shortcut_keys(bool allowKeys);
|
||||||
|
|
||||||
#ifdef IS_OSX
|
#ifdef IS_OSX
|
||||||
void activate_osx_application();
|
EXPCL_DIRECT void activate_osx_application();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
END_PUBLISH
|
END_PUBLISH
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
class TempGridZoneManager {
|
class TempGridZoneManager {
|
||||||
PUBLISHED:
|
PUBLISHED:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user