From 89e038bc3a6d1845f2ed450c71cdb3adb29e974a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Sat, 4 Aug 2018 15:11:59 +0200 Subject: Fix the real_type of ThrottleLimit --- src/database/database.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/database') diff --git a/src/database/database.hpp b/src/database/database.hpp index 5f637bd..f6b9d52 100644 --- a/src/database/database.hpp +++ b/src/database/database.hpp @@ -86,7 +86,7 @@ class Database struct Address: Column { static constexpr auto name = "address_"; }; - struct ThrottleLimit: Column { static constexpr auto name = "throttlelimit_"; + struct ThrottleLimit: Column { static constexpr auto name = "throttlelimit_"; ThrottleLimit(): Column(10) {} }; using MucLogLineTable = Table; -- cgit v1.2.3