Commit 92e7184a authored by Alexander Lapshin's avatar Alexander Lapshin

compile fix

parent 2666206d
......@@ -7,6 +7,7 @@
#include "TM.h"
#include "TextFunctions.h"
#include "TimeFunctions.h"
#include <limits>
void GetChildren(myXML::Contain* parent, std::map<std::string, myXML::Contain*>& items);
void GetChildren(const std::map<std::string, myXML::Contain*>& parent, std::map<std::string, myXML::Contain*>& items);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment