X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2Fconfig%2Freader.h;h=a978da2545c8b0a4fe6db3527139d5481aba0bdc;hp=eb13cbcb975123d3870bbd5aa8f2874cd03add3b;hb=338e728a60fc9135b534be4e8ad0bb43997a1ea4;hpb=598fa0d50dedfcb47a8d88144ce9e37583aec23d diff --git a/src/config/reader.h b/src/config/reader.h index eb13cbc..a978da2 100644 --- a/src/config/reader.h +++ b/src/config/reader.h @@ -25,10 +25,8 @@ using std::string; -typedef std::map inputMap; - /// ***** Header Methods ***** -void readConfigs(inputMap*); +void readConfigs(); #endif // READER_H