summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-19 21:52:46 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-19 21:52:46 +0000
commitb621ce7306f10803a941a9f1313c96eb5e033899 (patch)
tree639284217f2a2ec823eca7c43fbce0371c75dd2f /libs/pbd
parentba78410f13abfcba3388eee38d686679a015b504 (diff)
Fix build.
git-svn-id: svn://localhost/ardour2/branches/3.0@8551 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/pbd/debug_rt_alloc.h4
1 files 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