diff options
Diffstat (limited to 'src/gui/checkbox.cpp')
-rw-r--r-- | src/gui/checkbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/checkbox.cpp b/src/gui/checkbox.cpp index 99367f18..88b3f975 100644 --- a/src/gui/checkbox.cpp +++ b/src/gui/checkbox.cpp @@ -23,7 +23,7 @@ #include "checkbox.h" #include "../resources/resourcemanager.h" -#include "../graphic/graphic.h" +#include "../graphics.h" CheckBox::CheckBox(const std::string& caption, bool marked): gcn::CheckBox(caption, marked) |