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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/yage/core/window.h b/yage/core/window.h
index 6087fc8d..2ffafba8 100644
--- a/yage/core/window.h
+++ b/yage/core/window.h
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: window.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
@@ -33,7 +34,7 @@ private:
GLFWwindow *window_ = nullptr;
public:
- Window() = default;
+ Window() = default;
Window(const Window &) = delete;
Window(Window &&) = delete;
/// destroys the window handle