summaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index bd501382..407b966d 100644
--- a/src/version.h
+++ b/src/version.h
@@ -3,6 +3,6 @@ namespace dcp {
extern char const * version;
extern char const * git_commit;
-extern bool built_with_debug;
+extern bool const built_with_debug;
}