diff options
| author | louis <louis.braun@gmx.de> | 2015-01-18 15:54:41 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-01-18 15:54:41 +0100 |
| commit | bab251a7a16d81854f3ce733d7bcc92adf826996 (patch) | |
| tree | 0c857d35339bf6d03b6b80150a3d4adcab06730f /libtemplate/parameter.h | |
| parent | 06af6390e35f7e73e631e56d472f883396299d81 (diff) | |
| download | vdr-plugin-skindesigner-bab251a7a16d81854f3ce733d7bcc92adf826996.tar.gz vdr-plugin-skindesigner-bab251a7a16d81854f3ce733d7bcc92adf826996.tar.bz2 | |
added empty operator additionally to isset to check in a condition if a string token is set
Diffstat (limited to 'libtemplate/parameter.h')
| -rw-r--r-- | libtemplate/parameter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtemplate/parameter.h b/libtemplate/parameter.h index c055560..c92af28 100644 --- a/libtemplate/parameter.h +++ b/libtemplate/parameter.h @@ -109,6 +109,7 @@ enum eCondType { ctEquals, ctBool, ctStringSet, + ctStringEmpty, ctNone }; |
