diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2020-09-29 17:27:36 +0200 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2020-09-29 17:27:36 +0200 |
commit | 874b31d82b7a277a5b34fe09f3c6802c065d6e3f (patch) | |
tree | a75b6fea3d74dca72a3b47c68b69186d0c697b4f /src/core/timebars.h | |
parent | Fix warning ISO C++11 does not allow conversion from string literal to (diff) | |
download | re3-874b31d82b7a277a5b34fe09f3c6802c065d6e3f.tar re3-874b31d82b7a277a5b34fe09f3c6802c065d6e3f.tar.gz re3-874b31d82b7a277a5b34fe09f3c6802c065d6e3f.tar.bz2 re3-874b31d82b7a277a5b34fe09f3c6802c065d6e3f.tar.lz re3-874b31d82b7a277a5b34fe09f3c6802c065d6e3f.tar.xz re3-874b31d82b7a277a5b34fe09f3c6802c065d6e3f.tar.zst re3-874b31d82b7a277a5b34fe09f3c6802c065d6e3f.zip |
Diffstat (limited to 'src/core/timebars.h')
-rw-r--r-- | src/core/timebars.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/timebars.h b/src/core/timebars.h index 1a5a0573..3871b61c 100644 --- a/src/core/timebars.h +++ b/src/core/timebars.h @@ -1,6 +1,6 @@ #pragma once void tbInit(); -void tbStartTimer(int32, const char*); -void tbEndTimer(const char*); +void tbStartTimer(int32, Const char*); +void tbEndTimer(Const char*); void tbDisplay();
\ No newline at end of file |