From b621ce7306f10803a941a9f1313c96eb5e033899 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Jan 2011 21:52:46 +0000 Subject: [PATCH] Fix build. git-svn-id: svn://localhost/ardour2/branches/3.0@8551 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/pbd/debug_rt_alloc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/pbd/pbd/debug_rt_alloc.h b/libs/pbd/pbd/debug_rt_alloc.h index 3e2b85e4b7..2bbea90278 100644 --- a/libs/pbd/pbd/debug_rt_alloc.h +++ b/libs/pbd/pbd/debug_rt_alloc.h @@ -41,8 +41,8 @@ extern void resume_rt_malloc_checks (); #else -#define suspend_rt_malloc_checks () {} -#define resume_rt_malloc_checks () {} +#define suspend_rt_malloc_checks() {} +#define resume_rt_malloc_checks() {} #endif