X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fconfig%2Freader.h;h=a978da2545c8b0a4fe6db3527139d5481aba0bdc;hb=ca2d526eb092a673f37a906020f1f32d91a608d3;hp=672b6da6daf39962e80febc4cca7fcfc4956e51c;hpb=87c9b12ffbcb8458c7e031045d34d2a1de5ea78a;p=physics.git diff --git a/src/config/reader.h b/src/config/reader.h index 672b6da..a978da2 100644 --- a/src/config/reader.h +++ b/src/config/reader.h @@ -21,11 +21,12 @@ #include #include +#include -typedef std::map keyMap; +using std::string; /// ***** Header Methods ***** -void readConfigs(keyMap*); +void readConfigs(); #endif // READER_H