[App] fix a typo
This commit is contained in:
committed by
Yorik van Havre
parent
9dc454ea2a
commit
d4223447a2
@@ -154,12 +154,12 @@ public:
|
||||
*/
|
||||
void setEnums(const char** plEnums);
|
||||
/** set the enum by a string
|
||||
* is slower the setValue(long). Use long if possible
|
||||
* is slower than setValue(long). Use long if possible
|
||||
*/
|
||||
void setValue(const char* value);
|
||||
/** set directly the enum value
|
||||
* In DEBUG checks for boundaries.
|
||||
* Is faster then using setValue(const char*).
|
||||
* Is faster than using setValue(const char*).
|
||||
*/
|
||||
void setValue(long);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user