Fix some errors and warnings

This commit is contained in:
Thomas Krijnen
2012-08-13 09:17:08 +00:00
parent 6f1e1c3bad
commit 0ef6577407
6 changed files with 4314 additions and 4314 deletions
+1 -1
View File
@@ -93,4 +93,4 @@ std::ostream* Logger::log1 = 0;
std::ostream* Logger::log2 = 0;
std::stringstream Logger::log_stream;
Logger::Severity Logger::verbosity = Logger::LOG_NOTICE;
char* Logger::severity_strings[] = { "Notice","Warning","Error" };
const char* Logger::severity_strings[] = { "Notice","Warning","Error" };