summaryrefslogtreecommitdiffstats
path: root/ScreenManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ScreenManager.h')
-rw-r--r--ScreenManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ScreenManager.h b/ScreenManager.h
index 3c19a05d..6f19ab8f 100644
--- a/ScreenManager.h
+++ b/ScreenManager.h
@@ -25,13 +25,13 @@ typedef struct ScreenManager_ {
Orientation orientation;
Vector* panels;
int panelCount;
- const Header* header;
+ Header* header;
const Settings* settings;
bool owner;
bool allowFocusChange;
} ScreenManager;
-ScreenManager* ScreenManager_new(int x1, int y1, int x2, int y2, Orientation orientation, const Header* header, const Settings* settings, bool owner);
+ScreenManager* ScreenManager_new(int x1, int y1, int x2, int y2, Orientation orientation, Header* header, const Settings* settings, bool owner);
void ScreenManager_delete(ScreenManager* this);