updated to new pikotools api: namespace PT renamed to pt

This commit is contained in:
2021-05-20 16:12:41 +02:00
parent d1a15ad153
commit cd1c24d0a5
4 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -89,7 +89,7 @@ public:
void SetProgramMode(bool program_mode);
void SetLogger(PT::Log * log);
void SetLogger(pt::Log * log);
private:
@@ -138,7 +138,7 @@ private:
bool program_mode;
PT::Log * log;
pt::Log * log;
void CreateMsg(std::wstring & out, const wchar_t * type, const wchar_t * arg = 0);