diff options
author | edo9300 | 2019-02-17 23:07:31 +0100 |
---|---|---|
committer | edo9300 | 2019-02-17 23:07:31 +0100 |
commit | 933c95027eb263b5c22dfc4a4aec2fa45ef0fa71 (patch) | |
tree | 49658673f9368ce33b5d9055c4b40a2ae4ca6758 | |
parent | d32fb11c24b5ae0713e23a1c561c40ee926c2f39 (diff) |
Typo
-rw-r--r-- | arm9/source/inihandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/source/inihandler.h b/arm9/source/inihandler.h index 1fbb5e9..40102cb 100644 --- a/arm9/source/inihandler.h +++ b/arm9/source/inihandler.h @@ -21,7 +21,7 @@ #include <string> #include <map> -typedef std::map<std::string/*field*/, std::map<std::string /*key*/, std::string /*val*/>>::iterator ini_map; +typedef std::map<std::string/*field*/, std::map<std::string /*key*/, std::string /*val*/>> ini_map; class IniFile { public: |