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, 4 insertions, 0 deletions
diff --git a/rts/FrontPanel.h b/rts/FrontPanel.h
index de3b741657..07508aa403 100644
--- a/rts/FrontPanel.h
+++ b/rts/FrontPanel.h
@@ -9,6 +9,8 @@
#ifndef FRONTPANEL_H
#define FRONTPANEL_H
+#pragma GCC visibility push(hidden)
+
#ifdef RTS_GTK_FRONTPANEL
#include "Rts.h" /* needed because this file gets included by
@@ -31,5 +33,7 @@ extern gboolean continue_now, stop_now, quit;
#endif /* RTS_GTK_FRONTPANEL */
+#pragma GCC visibility pop
+
#endif /* FRONTPANEL_H */