mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-20 06:06:52 -06:00
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:
parent
c5dd004671
commit
b0bb2cb3a4
15 changed files with 346 additions and 150 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue