This commit is contained in:
edo9300 2019-02-17 23:07:31 +01:00
parent d32fb11c24
commit 933c95027e

View file

@ -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: