Skip to content
Snippets Groups Projects
Commit 54d4530c authored by 数学の武士's avatar 数学の武士
Browse files

Remove &

parent 3ac15b15
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ extern "C" ...@@ -9,7 +9,7 @@ extern "C"
{ {
extern class Jikan Timer; extern class Jikan Timer;
void TimerStart(const char* name, const int& mode) void TimerStart(const char* name, const int mode)
{ {
string str_name = name; string str_name = name;
......
...@@ -31,7 +31,7 @@ enum TimerMode ...@@ -31,7 +31,7 @@ enum TimerMode
extern "C" { extern "C" {
#endif #endif
void TimerStart(const char* name, const int& mode_t); void TimerStart(const char* name, const int mode_t);
void TimerEnd(const char* name); void TimerEnd(const char* name);
void WriteOutput(); void WriteOutput();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment