fixed: compile error in item.h (in CacheFunctions)

fixed: Pattern::ClearCache() was missing



git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@973 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2014-10-17 23:56:30 +00:00
parent 00f8af232b
commit ad2fb11a5c
5 changed files with 31 additions and 19 deletions
+4 -3
View File
@@ -95,8 +95,6 @@ void Pattern::SetCommentary(const std::wstring & com_start, const std::wstring &
void Pattern::CreateMsg(std::wstring & out, const wchar_t * type, const wchar_t * arg)
{
out = commentary_start;
@@ -114,7 +112,10 @@ void Pattern::CreateMsg(std::wstring & out, const wchar_t * type, const wchar_t
void Pattern::ClearCache()
{
item_root.ClearCache();
}