From 04228642458e7c1cdcd625927dcfe8730313fae0 Mon Sep 17 00:00:00 2001 From: nakeee Date: Thu, 23 Oct 2008 09:07:06 +0000 Subject: [PATCH] fixed marco to accept useless arg git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@943 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/Profiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/Src/Profiler.h b/Source/Core/VideoCommon/Src/Profiler.h index db7524bca6..62808c3e07 100644 --- a/Source/Core/VideoCommon/Src/Profiler.h +++ b/Source/Core/VideoCommon/Src/Profiler.h @@ -61,7 +61,7 @@ public: #else -#define DVSTARTPROFILE() +#define DVSTARTPROFILE(name) #define DVSTARTSUBPROFILE(name) class DVProfileFunc