summaryrefslogtreecommitdiff
path: root/src/common/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/db.h')
-rw-r--r--src/common/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/db.h b/src/common/db.h
index b17ae27f9..2f02c1bfa 100644
--- a/src/common/db.h
+++ b/src/common/db.h
@@ -159,7 +159,7 @@ typedef enum {
typedef union {
int i;
unsigned int ui;
- unsigned char *str;
+ unsigned char *str;//## TODO change to 'const char *'
} DBKey;
/**