summaryrefslogtreecommitdiffstats
path: root/UIManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'UIManager.h')
-rw-r--r--UIManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UIManager.h b/UIManager.h
index 2ec7d6b..ac157b1 100644
--- a/UIManager.h
+++ b/UIManager.h
@@ -9,7 +9,7 @@ class Window;
class UIManager {
private:
- static const gchar* const uiData;
+ static const gchar* uiData;
GtkUIManager *uiManager;
Window *window;