lib/sqlite/Util: move into namespace
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
namespace Sqlite {
|
||||
|
||||
/**
|
||||
* Throws #SqliteError on error.
|
||||
*/
|
||||
@@ -158,4 +160,6 @@ ExecuteForEach(sqlite3_stmt *stmt, F &&f)
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace Sqlite
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user