summaryrefslogtreecommitdiff
path: root/src/yapf
diff options
context:
space:
mode:
Diffstat (limited to 'src/yapf')
-rw-r--r--src/yapf/yapf.h2
-rw-r--r--src/yapf/yapf.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/yapf/yapf.h b/src/yapf/yapf.h
index 132922b11..eb6fa96ef 100644
--- a/src/yapf/yapf.h
+++ b/src/yapf/yapf.h
@@ -66,7 +66,7 @@ bool YapfCheckReverseTrain(Vehicle* v);
void YapfNotifyTrackLayoutChange(TileIndex tile, Track track);
/** performance measurement helpers */
-void* NpfBeginInterval(void);
+void* NpfBeginInterval();
int NpfEndInterval(void* perf);
diff --git a/src/yapf/yapf.hpp b/src/yapf/yapf.hpp
index 90730b790..9de9f7834 100644
--- a/src/yapf/yapf.hpp
+++ b/src/yapf/yapf.hpp
@@ -23,7 +23,7 @@
#include "../debug.h"
extern Patches _patches_newgame;
-extern uint64 _rdtsc(void);
+extern uint64 _rdtsc();
#include <limits.h>
#include <new>