aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/window.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-04-30 23:00:50 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-04-30 23:00:50 +0100
commitf338b4d15b57770d922e187b7a57d25fbf379b62 (patch)
tree68a9b14e9dd0dcec798bbce473f5cc8971d3be96 /yage/core/window.h
parent8745306ddc2db08d52caf1c3c456c0bc43a062b7 (diff)
downloadYAGE-f338b4d15b57770d922e187b7a57d25fbf379b62.tar.gz
YAGE-f338b4d15b57770d922e187b7a57d25fbf379b62.zip
Adding support for entity component systems.
Diffstat (limited to 'yage/core/window.h')
-rw-r--r--yage/core/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/core/window.h b/yage/core/window.h
index 93ed6c07..9980018d 100644
--- a/yage/core/window.h
+++ b/yage/core/window.h
@@ -34,7 +34,7 @@ private:
GLFWwindow *window_ = nullptr;
public:
- Window();
+ Window() = default;
Window(const Window &) = delete;
Window(Window &&) = delete;
/// destroys the window handle