updated to new pikotools api: namespace PT renamed to pt
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user