summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2012-04-24 20:26:20 (GMT)
committerRemko Tronçon <git@el-tramo.be>2012-04-24 20:26:20 (GMT)
commit08376a65babc16285608b7f8a84f1202b709d4c8 (patch)
treeb083caae5838ea6c67e5272412aa5b91cd35524f /Swiften/Base
parent856f970d14c5c32b80fc5ea359d4e567b51578a0 (diff)
downloadswift-08376a65babc16285608b7f8a84f1202b709d4c8.zip
swift-08376a65babc16285608b7f8a84f1202b709d4c8.tar.bz2
Fixed compilation problems on windows.
Diffstat (limited to 'Swiften/Base')
-rw-r--r--Swiften/Base/Log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Base/Log.h b/Swiften/Base/Log.h
index 955227f..06f5b55 100644
--- a/Swiften/Base/Log.h
+++ b/Swiften/Base/Log.h
@@ -14,7 +14,7 @@ namespace Swift {
// Only here to be able to statically check the correctness of the severity levers
namespace Severity {
enum {
- debug, warning, error
+ debug, info, warning, error
};
}
}