RichText.h CreateRawImageObject, Topic++ Load image from file...

git-svn-id: svn://ultimatepp.org/upp/trunk@424 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-09-10 13:41:18 +00:00
parent c5dd004671
commit b0bb2cb3a4
15 changed files with 346 additions and 150 deletions

View file

@ -79,8 +79,8 @@ void LexSymbolStat::Merge(const LexSymbolStat & other)
}
Lex::Lex() :
statsCollected(false)
Lex::Lex()
: statsCollected(false)
{
const char **cppk = CppKeyword();
for(int i = 0; cppk[i]; i++)