aboutsummaryrefslogtreecommitdiffstats
path: root/include/debugtools.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/debugtools.h')
-rw-r--r--include/debugtools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/debugtools.h b/include/debugtools.h
index cd6940b..1b34a2e 100644
--- a/include/debugtools.h
+++ b/include/debugtools.h
@@ -3,8 +3,8 @@
#ifdef QT_NO_DEBUG
-void debug_msg(...) {}
-void debug_err(...) {}
+#define debug_msg(msg)
+#define debug_err(msg)
#else
#include <iostream>