summaryrefslogtreecommitdiffstats
path: root/source/cWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cWindow.h')
-rw-r--r--source/cWindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cWindow.h b/source/cWindow.h
index 36fc60f62..77dc608a4 100644
--- a/source/cWindow.h
+++ b/source/cWindow.h
@@ -92,8 +92,8 @@ private:
void Destroy();
- int m_WindowID;
- int m_WindowType;
+ char m_WindowID;
+ int m_WindowType;
AString m_WindowTitle;
cWindowOwner * m_Owner;