fix for broken plib 1.8.4
This commit is contained in:
parent
d47e4ce0bd
commit
4c940a55f9
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ public:
|
|||
void toggleFlags() { _flags->setBoolValue(!_flags->getBoolValue()); }
|
||||
|
||||
// overridden plib pui methods
|
||||
virtual char *getStringValue(void) { return (char *)(_return ? _return->getPath(true) : ""); }
|
||||
virtual char *getListStringValue() { return (char *)(_return ? _return->getPath(true) : ""); }
|
||||
//virtual char *getStringValue(void) { return (char *)(_return ? _return->getPath(true) : ""); }
|
||||
virtual void setValue(const char *);
|
||||
|
||||
// listener method
|
||||
|
|
Loading…
Add table
Reference in a new issue