aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/window.h')
-rw-r--r--yage/core/window.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/yage/core/window.h b/yage/core/window.h
index c350955e..5c16c172 100644
--- a/yage/core/window.h
+++ b/yage/core/window.h
@@ -23,8 +23,8 @@ namespace yage
// window flags that can change it's appearance
enum WindowFlags : unsigned {
- SHOWN = 0x1,
- HIDDEN = 0x2,
+ SHOWN = 0x1,
+ HIDDEN = 0x2,
FULLSCREEN = 0x4,
BORDERLESS = 0x8,
};
@@ -39,7 +39,7 @@ private:
public:
Window();
Window(const Window &) = delete;
- Window(Window &&) = delete;
+ Window(Window &&) = delete;
/// destroys the window handle
~Window();