fixed assert_tagged for release builds

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1305 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2009-01-08 17:32:43 +00:00
parent 05ba96ab3e
commit c9a11b2198
+1 -1
View File
@@ -187,7 +187,7 @@ void check_tagged(const String& str, bool check_balance = true);
#ifdef _DEBUG
#define assert_tagged check_tagged
#else
#define assert_tagged(_,_)
inline void assert_tagged(const String& str, bool check_balance = true){}
#endif
/// Simplify a tagged string