summaryrefslogtreecommitdiff
path: root/src/sticker
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-04-25 11:56:52 +0200
committerMax Kellermann <max@musicpd.org>2019-04-25 11:56:52 +0200
commit34d483a34a909dcb1614c780159cff63492e4668 (patch)
treeb5e86a85277342df4ba287c1f6d7c5e5cbc9252d /src/sticker
parent5a3828ed4adb16959ad6be860a00cd90bcc967a6 (diff)
lib/sqlite/Util: move into namespace
Diffstat (limited to 'src/sticker')
-rw-r--r--src/sticker/Database.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sticker/Database.cxx b/src/sticker/Database.cxx
index 0c0d5f3c3..6ed64316b 100644
--- a/src/sticker/Database.cxx
+++ b/src/sticker/Database.cxx
@@ -28,6 +28,8 @@
#include <assert.h>
+using namespace Sqlite;
+
enum sticker_sql {
STICKER_SQL_GET,
STICKER_SQL_LIST,