diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2014-11-02 18:38:22 +0100 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2014-11-02 18:38:22 +0100 |
commit | e519aa7d75958e118112f2e8fb7121cda12e09a7 (patch) | |
tree | 72bb2de5bb91c944d4a232c307e67ee4061821cc /libcore/helpers.h | |
parent | 9511982fdd6f8a5e3e045e824b85d0e9998e6e0d (diff) | |
parent | 037e8e0cb128734a447d472ea2345eea02ee65b6 (diff) | |
download | vdr-plugin-skindesigner-e519aa7d75958e118112f2e8fb7121cda12e09a7.tar.gz vdr-plugin-skindesigner-e519aa7d75958e118112f2e8fb7121cda12e09a7.tar.bz2 |
Fixed merge error
Diffstat (limited to 'libcore/helpers.h')
-rw-r--r-- | libcore/helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcore/helpers.h b/libcore/helpers.h index 2a92efb..abfae6d 100644 --- a/libcore/helpers.h +++ b/libcore/helpers.h @@ -33,7 +33,7 @@ private: uint64_t start; uint64_t last; public: - cStopWatch(void); + cStopWatch(const char* message = NULL); ~cStopWatch(void) {}; void Report(const char* message); void Stop(const char* message); |