Skip to content
Snippets Groups Projects
Commit c74fed53 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

Fixing NPInputParser compilation

parent cbebdb83
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ namespace NPL{ ...@@ -92,7 +92,7 @@ namespace NPL{
private: private:
std::vector<InputBlock*> m_Block; std::vector<InputBlock*> m_Block;
std::map<std::string, vector<std::string> > m_Aliases; std::map<std::string, std::vector<std::string> > m_Aliases;
private: private:
int m_verbose; int m_verbose;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment