summaryrefslogtreecommitdiff
path: root/ui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/window.h')
-rw-r--r--ui/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/window.h b/ui/window.h
index 97a0253..9c6d023 100644
--- a/ui/window.h
+++ b/ui/window.h
@@ -30,7 +30,7 @@ public:
protected:
SDL_GLContext glContext() const;
- virtual void render(const GameState *) const = 0;
+ virtual void render(const GameState *) const;
using SDL_WindowPtr = wrapped_ptrt<SDL_Window, SDL_CreateWindow, SDL_DestroyWindow>;
SDL_WindowPtr m_window;