summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/kernel/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/kernel/config.hpp')
-rw-r--r--sca-cpp/trunk/kernel/config.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/kernel/config.hpp b/sca-cpp/trunk/kernel/config.hpp
index 944b9629e7..e6af54552b 100644
--- a/sca-cpp/trunk/kernel/config.hpp
+++ b/sca-cpp/trunk/kernel/config.hpp
@@ -93,12 +93,12 @@ namespace tuscany
#ifdef WANT_MAINTAINER_COUNTERS
-bool debug_inc(long int& c) {
+const bool debug_inc(long int& c) {
c++;
return true;
}
-bool debug_dec(long int& c) {
+const bool debug_dec(long int& c) {
c--;
return true;
}