ports/textproc/lemmatizer/files/patch-Source-MorphWizardLib-wizard.cpp
Sergey Matveychuk f44e074ccc - Fix build on 4.x
Submitted by:	maintainer
Reported by:	kris via pointyhat
2005-06-20 07:09:55 +00:00

11 lines
276 B
C++

--- Source/MorphWizardLib/wizard.cpp.old Fri Jun 17 14:37:58 2005
+++ Source/MorphWizardLib/wizard.cpp Fri Jan 28 11:36:40 2005
@@ -35,7 +35,7 @@
Trim(s);
}
else
- m_Comments.clear();
+ m_Comments.erase();
StringTokenizer Tok(s.c_str(), "%");
m_Flexia.clear();