diff options
Diffstat (limited to 'src/ingestor.hpp')
-rw-r--r-- | src/ingestor.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ingestor.hpp b/src/ingestor.hpp index 899f179..07a9a7d 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -27,6 +27,7 @@ namespace WebStat { template<typename T> void storeEntity(const T &) const; void storeEntity(Entity) const; void storeEntity(std::optional<Entity>) const; + template<typename... T> void storeLogLine(const std::tuple<T...> &) const; protected: size_t linesRead = 0; |