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 62c34de..0316a1f 100644
--- a/ui/window.h
+++ b/ui/window.h
@@ -15,7 +15,7 @@ using SDL_GLContextPtr = wrapped_ptrt<GL_Context, SDL_GL_CreateContext, SDL_GL_D
class Window {
public:
- Window(size_t width, size_t height, const std::string & title, Uint32 flags);
+ Window(size_t width, size_t height, const char * title, Uint32 flags);
virtual ~Window() = default;
NO_COPY(Window);