summaryrefslogtreecommitdiffstats
path: root/src/UI/Window.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-04-21 23:29:50 +0200
committerMattes D <github@xoft.cz>2015-04-21 23:29:50 +0200
commite08e932e7a2342c0a20e752fbbc8f0316f729e62 (patch)
treea99e995df3c92f6aad3bd9343c164676f5285184 /src/UI/Window.h
parentHotfixed some chunk presence issues when generating. (diff)
downloadcuberite-e08e932e7a2342c0a20e752fbbc8f0316f729e62.tar
cuberite-e08e932e7a2342c0a20e752fbbc8f0316f729e62.tar.gz
cuberite-e08e932e7a2342c0a20e752fbbc8f0316f729e62.tar.bz2
cuberite-e08e932e7a2342c0a20e752fbbc8f0316f729e62.tar.lz
cuberite-e08e932e7a2342c0a20e752fbbc8f0316f729e62.tar.xz
cuberite-e08e932e7a2342c0a20e752fbbc8f0316f729e62.tar.zst
cuberite-e08e932e7a2342c0a20e752fbbc8f0316f729e62.zip
Diffstat (limited to '')
-rw-r--r--src/UI/Window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UI/Window.h b/src/UI/Window.h
index 9821aade1..156028465 100644
--- a/src/UI/Window.h
+++ b/src/UI/Window.h
@@ -185,7 +185,7 @@ protected:
cWindowOwner * m_Owner;
- static char m_WindowIDCounter;
+ static Byte m_WindowIDCounter;
/// Sets the internal flag as "destroyed"; notifies the owner that the window is destroying
virtual void Destroy(void);