diff options
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 |