diff options
| author | jhurst <jhurst@cinecert.com> | 2006-04-21 17:32:06 +0000 |
|---|---|---|
| committer | jhurst <> | 2006-04-21 17:32:06 +0000 |
| commit | 4e83acbf365d9b87dfdc95aef5c46785b33d2269 (patch) | |
| tree | ffb7c03653dae138339b79a5f52f4986061f4eb3 /src/KM_util.h | |
| parent | 34464c5616c053942cf7bdbb919bd8845cb0ceae (diff) | |
kumu merge
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 |
