aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoredo93002019-02-17 23:07:31 +0100
committeredo93002019-02-17 23:07:31 +0100
commit933c95027eb263b5c22dfc4a4aec2fa45ef0fa71 (patch)
tree49658673f9368ce33b5d9055c4b40a2ae4ca6758
parentd32fb11c24b5ae0713e23a1c561c40ee926c2f39 (diff)
Typo
-rw-r--r--arm9/source/inihandler.h2
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: