From f6939dfbdd979dfbb749c64703d0cdc53dae106d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 7 Sep 2012 10:31:27 +0200 Subject: fixed miracle of unresolved instance function in Singleton (we need a "usage" of the template somewhere in the DLL) fixed all module tests on Windows --- include/logger/Logger.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/logger') diff --git a/include/logger/Logger.hpp b/include/logger/Logger.hpp index 451ca45..d7603ab 100755 --- a/include/logger/Logger.hpp +++ b/include/logger/Logger.hpp @@ -50,6 +50,8 @@ class Logger : public Singleton< Logger > scopedPtr< LoggerImpl > m_impl; }; +DEFINE_SINGLETON( Logger ) + class LogStream : private noncopyable, public std::ostringstream { public: -- cgit v1.2.3-54-g00ecf