From 01746a0e03267b6c082b58436c1370567f7cb7c5 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 22 Nov 2015 18:49:58 -0500 Subject: Added malapropisms --- freevars.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'freevars.h') diff --git a/freevars.h b/freevars.h index 923f211..c92b9f5 100644 --- a/freevars.h +++ b/freevars.h @@ -2,8 +2,6 @@ #include #include -using namespace::std; - #ifndef FREEVARS_H #define FREEVARS_H @@ -11,11 +9,11 @@ class freevars { public: freevars(); - void addVar(string name, string filename); - string parse(string in); + void addVar(std::string name, std::string filename); + std::string parse(std::string in); private: - map* >* vars; + std::map* >* vars; }; #endif \ No newline at end of file -- cgit 1.4.1