From 6c431b64d050a13853ebf3715fb6bf7986c0cff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Thu, 23 Aug 2018 22:16:42 +0200 Subject: Fix one more warning --- src/database/database.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/database/database.hpp b/src/database/database.hpp index f6b9d52..5fabadd 100644 --- a/src/database/database.hpp +++ b/src/database/database.hpp @@ -87,7 +87,7 @@ class Database struct Address: Column { static constexpr auto name = "address_"; }; struct ThrottleLimit: Column { static constexpr auto name = "throttlelimit_"; - ThrottleLimit(): Column(10) {} }; + ThrottleLimit(): Column(10) {} }; using MucLogLineTable = Table; using MucLogLine = MucLogLineTable::RowType; -- cgit v1.2.3