diff options
Diffstat (limited to 'src/ingestor.hpp')
| -rw-r--r-- | src/ingestor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingestor.hpp b/src/ingestor.hpp index dacfdf7..1a47a1b 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -81,7 +81,7 @@ namespace WebStat { Job::Result jobStoreQueuedLines(); Job::Result jobRetryUninsertableLines(); - template<typename... T> void storeLogLine(DB::Connection *, const std::tuple<T...> &) const; + template<typename... T> void storeLogLine(DB::ModifyCommand * insert, const std::tuple<T...> &) const; IngestorSettings settings; |
