]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Log.cc
refactoring needed for win32 crash
[chaz/yoink] / src / Moof / Log.cc
index 3094642565e96550f1ac3ee434296c80dac9a6d6..783aec5087d22a29e3009c305767502f4e16458e 100644 (file)
@@ -49,9 +49,9 @@ Log::Level Log::getLevel()
 }
 
 
-static std::ofstream nullLog_;
-
 std::ostream& log(std::clog);
+
+static std::ofstream nullLog_;
 std::ostream& nullLog(nullLog_);
 
 Log logError(Log::ERRORR, "  error: ");
This page took 0.018107 seconds and 4 git commands to generate.