diff options
Diffstat (limited to 'src/KM_util.h')
| -rwxr-xr-x | src/KM_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_util.h b/src/KM_util.h index a27296b..9009624 100755 --- a/src/KM_util.h +++ b/src/KM_util.h @@ -327,7 +327,7 @@ namespace Kumu const char* EncodeString(char* str_buf, ui32_t buf_len) const; // decode and set value from string formatted by EncodeString - Result_t SetFromString(const char* datestr); + bool DecodeString(const char* datestr); // add the given number of days or hours to the timestamp value. Values less than zero // will cause the value to decrease |
