aboutsummaryrefslogtreecommitdiff
path: root/common/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/debug.h')
-rw-r--r--common/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/debug.h b/common/debug.h
index 5d58af03a6..5ee1dd4791 100644
--- a/common/debug.h
+++ b/common/debug.h
@@ -82,7 +82,7 @@ typedef List<SpecialDebugLevel> SpecialDebugLevelList;
* Lists all debug levels
* @return returns a arry with all debug levels
*/
-const SpecialDebugLevelList &listSpecialDebugLevels();
+SpecialDebugLevelList listSpecialDebugLevels();
/**