diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-23 19:19:34 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-23 19:19:34 +0200 |
commit | f58c3f2e81e5cef689cf4b60a2616d062ee8edf6 (patch) | |
tree | 5ac538e5995f4f70aec73b77a220d4696651132a /source/UI/WindowOwner.h | |
parent | Fixed position confirming for 1.3.2 (FS #245) (diff) | |
download | cuberite-f58c3f2e81e5cef689cf4b60a2616d062ee8edf6.tar cuberite-f58c3f2e81e5cef689cf4b60a2616d062ee8edf6.tar.gz cuberite-f58c3f2e81e5cef689cf4b60a2616d062ee8edf6.tar.bz2 cuberite-f58c3f2e81e5cef689cf4b60a2616d062ee8edf6.tar.lz cuberite-f58c3f2e81e5cef689cf4b60a2616d062ee8edf6.tar.xz cuberite-f58c3f2e81e5cef689cf4b60a2616d062ee8edf6.tar.zst cuberite-f58c3f2e81e5cef689cf4b60a2616d062ee8edf6.zip |
Diffstat (limited to '')
-rw-r--r-- | source/UI/WindowOwner.h (renamed from source/UI/cWindowOwner.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/UI/cWindowOwner.h b/source/UI/WindowOwner.h index 1ce03ed30..e0cc8da8a 100644 --- a/source/UI/cWindowOwner.h +++ b/source/UI/WindowOwner.h @@ -3,7 +3,7 @@ #include "../cBlockEntity.h" #include "../cEntity.h" -#include "cWindow.h" +#include "Window.h" /* Being a descendant of cWindowOwner means that the class can own one window. That window can be |