From cdf7ec3c2db385f2beb6e564220e9ade7dec8fba Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Jun 2018 16:10:02 +0100 Subject: Adding modeline --- yage/entity/engine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yage/entity/engine.h') diff --git a/yage/entity/engine.h b/yage/entity/engine.h index bac32fe0..9a1f6d2b 100644 --- a/yage/entity/engine.h +++ b/yage/entity/engine.h @@ -1,4 +1,5 @@ /** --------------------------------------------------------------------------- + * -*- c++ -*- * @file: engine.h * * Copyright (c) 2017 Yann Herklotz Grave @@ -28,7 +29,6 @@ class Space; class Engine : public NonCopyable { public: - ~Engine(); /// Initialize window and other aspects of the engine. @@ -45,7 +45,7 @@ public: /// Returns the instance of the engine, as there is only one instance of the /// engine. - static Engine& instance(); + static Engine &instance(); private: /// Window -- cgit