mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-09 22:03:45 -06:00
*Core: bool Value registered...
git-svn-id: svn://ultimatepp.org/upp/trunk@2452 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5c2abedddc
commit
883b3ff451
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ static void sRegisterStd()
|
|||
ONCELOCK {
|
||||
RichValue<int>::Register();
|
||||
RichValue<int64>::Register();
|
||||
RichValue<bool>::Register();
|
||||
RichValue<double>::Register();
|
||||
RichValue<String>::Register();
|
||||
RichValue<WString>::Register();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue