aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/window.hpp')
-rw-r--r--include/cru/ui/window.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/window.hpp b/include/cru/ui/window.hpp
index 2f5df4da..eb2ecfbb 100644
--- a/include/cru/ui/window.hpp
+++ b/include/cru/ui/window.hpp
@@ -1,5 +1,5 @@
#pragma once
-#include "content_control.hpp"
+#include "ContentControl.hpp"
namespace cru::ui {
class Window final : public ContentControl {