summaryrefslogtreecommitdiffstats
path: root/src/core/timebars.h
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2020-09-29 17:27:36 +0200
committerSergeanur <s.anureev@yandex.ua>2020-09-30 01:19:04 +0200
commit73e4350320a11b0f3ca7530cedc9364363c2ce03 (patch)
treee52eb5aded46d7d00e677a9d6a34aeb766af13d8 /src/core/timebars.h
parentFix warning ISO C++11 does not allow conversion from string literal to (diff)
downloadre3-73e4350320a11b0f3ca7530cedc9364363c2ce03.tar
re3-73e4350320a11b0f3ca7530cedc9364363c2ce03.tar.gz
re3-73e4350320a11b0f3ca7530cedc9364363c2ce03.tar.bz2
re3-73e4350320a11b0f3ca7530cedc9364363c2ce03.tar.lz
re3-73e4350320a11b0f3ca7530cedc9364363c2ce03.tar.xz
re3-73e4350320a11b0f3ca7530cedc9364363c2ce03.tar.zst
re3-73e4350320a11b0f3ca7530cedc9364363c2ce03.zip
Diffstat (limited to '')
-rw-r--r--src/core/timebars.h4
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