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);
|
||||
|
||||
#ifdef IS_OSX
|
||||
void activate_osx_application();
|
||||
EXPCL_DIRECT void activate_osx_application();
|
||||
#endif
|
||||
|
||||
END_PUBLISH
|
||||
|
||||
|
||||
|
||||
#if 0
|
||||
class TempGridZoneManager {
|
||||
PUBLISHED:
|
||||
|
|
|
|||
Loading…
Reference in New Issue