From 42d7b3bb511333e242a74f360873deb64cd89522 Mon Sep 17 00:00:00 2001 From: tom Date: Mon, 2 May 2016 16:08:20 -0500 Subject: spring cleaning --- inc/window.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/window.hpp') diff --git a/inc/window.hpp b/inc/window.hpp index 1ea2733..b9f9175 100644 --- a/inc/window.hpp +++ b/inc/window.hpp @@ -1,7 +1,7 @@ #ifndef window_h #define window_h -//Theres alot here that are probs not used needs cleaning +//Theres alot here that are probs not used, needs cleaning #include #include #include @@ -19,7 +19,7 @@ class Window { public: Window(); - Window(std::string){}; + Window(string){}; void Destroy(); void Clear(); -- cgit v1.2.3