Fix bug in debug manager.
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
#define PRINTDEBUGMESSAGE(sender, message) DebugManager::getInstance().printDebugMessage(sender, message)
|
||||
|
||||
#include <string>
|
||||
#include <fstream>
|
||||
|
||||
class DebugManager
|
||||
{
|
||||
@@ -71,7 +72,7 @@ public:
|
||||
bool writeToConsole;
|
||||
bool writeToFile;
|
||||
|
||||
void printDebugMessage(const std::string &sender, const std::string &message) const;
|
||||
void printDebugMessage(const std::string &sender, const std::string &message);
|
||||
static void printMessage(const std::string &sender, const std::string &message);
|
||||
void openDebugFile(const std::string &filename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user