From d6f16bfa14a0a46ab2d0aff697969ae051968181 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 22 May 2018 03:39:19 +0200 Subject: Follow cppcheck suggestions --- src/Database.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Database.cpp b/src/Database.cpp index 8d32240..a05aae6 100644 --- a/src/Database.cpp +++ b/src/Database.cpp @@ -555,7 +555,7 @@ namespace odhtdb nodePutWithRetry(&node, dhtKey.getNewDataListenerKey(), addDataValue); } - ntp::NtpTimestamp Database::getSyncedTimestampUtc() const + ntp::NtpTimestamp Database::getSyncedTimestampUtc() { while(!timestampSynced) { -- cgit v1.2.3