--- a/clfwrapper/CommonInc/MGDebugPrint.h Thu Jul 22 16:38:01 2010 +0100
+++ b/clfwrapper/CommonInc/MGDebugPrint.h Tue Jul 27 14:08:00 2010 +0100
@@ -65,7 +65,7 @@
/**
* Macro for defining debug-only literal strings (empty release version)
*/
- #define MG_DEBUG_STRING(name, s) const TMGEmptyDebugString name
+ #define MG_DEBUG_STRING(name, s) const TMGEmptyDebugString name = {}
/**
* Output to debugger output (empty)
--- a/clfwrapper/CommonInc/MGTracePrint.h Thu Jul 22 16:38:01 2010 +0100
+++ b/clfwrapper/CommonInc/MGTracePrint.h Tue Jul 27 14:08:00 2010 +0100
@@ -65,7 +65,7 @@
/**
* Macro for defining debug-only literal strings (empty release version)
*/
- #define MG_TRACE_STRING(name, s) const TMGEmptyTraceString name
+ #define MG_TRACE_STRING(name, s) const TMGEmptyTraceString name = {}
/**
* Output to debugger output (empty)