aboutsummaryrefslogtreecommitdiff
path: root/frontend/DB.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/DB.h')
-rw-r--r--frontend/DB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/DB.h b/frontend/DB.h
index 0164e34..2746e09 100644
--- a/frontend/DB.h
+++ b/frontend/DB.h
@@ -13,9 +13,9 @@ public:
public:
template <typename T>
- T col(int index, const T & default_value);
+ T col(int index, const T & default_value) const;
template <typename T>
- T col(int index);
+ T col(int index) const;
private:
DBStatement & parent;