summaryrefslogtreecommitdiff
path: root/inc/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/window.hpp')
-rw-r--r--inc/window.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/inc/window.hpp b/inc/window.hpp
index 1a1a5a7..b7ec500 100644
--- a/inc/window.hpp
+++ b/inc/window.hpp
@@ -6,13 +6,11 @@
#include "constants.hpp"
-using namespace std;
-
class Window
{
public:
Window();
- Window(string){};
+ Window(std::string){};
void Destroy();
void Clear();