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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yage/core/window.h b/yage/core/window.h
index 6b0e7fed..f633f3f7 100644
--- a/yage/core/window.h
+++ b/yage/core/window.h
@@ -35,12 +35,12 @@ private:
public:
Window() = default;
- Window(const Window &) = delete;
+ Window(Window const &) = delete;
Window(Window &&) = delete;
/// destroys the window handle
~Window();
- Window &operator=(const Window &) = delete;
+ Window &operator=(Window const &) = delete;
Window &operator=(Window &&) = delete;
/// create the window, initialize the handle and update the width and height