gui/widget/stringinput_ext.h: add CIntInput method to force char* value update

Origin commit data
------------------
Branch: ni/coolstream
Commit: f363cf7f0e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-07-31 (Tue, 31 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-07-31 18:17:30 +04:00
parent 5a8f396011
commit c027c3e59a

View File

@@ -226,8 +226,7 @@ class CIntInput : public CExtendedInput
char* getValue() {
return myValueStringOutput;
}
void updateValue() { onBeforeExec(); }
};
#endif