summaryrefslogtreecommitdiff
path: root/rts/FrontPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/FrontPanel.h')
-rw-r--r--rts/FrontPanel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/FrontPanel.h b/rts/FrontPanel.h
index 07508aa403..fba97e15ee 100644
--- a/rts/FrontPanel.h
+++ b/rts/FrontPanel.h
@@ -9,7 +9,7 @@
#ifndef FRONTPANEL_H
#define FRONTPANEL_H
-#pragma GCC visibility push(hidden)
+BEGIN_RTS_PRIVATE
#ifdef RTS_GTK_FRONTPANEL
@@ -33,7 +33,7 @@ extern gboolean continue_now, stop_now, quit;
#endif /* RTS_GTK_FRONTPANEL */
-#pragma GCC visibility pop
+END_RTS_PRIVATE
#endif /* FRONTPANEL_H */