aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-22 03:39:19 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:25:46 +0200
commitd6f16bfa14a0a46ab2d0aff697969ae051968181 (patch)
treee813258b43e35d7dfccff537010884e90683fda0 /src
parentac626d47ebd49188458d70f98c6d871b1b7e3f50 (diff)
Follow cppcheck suggestions
Diffstat (limited to 'src')
-rw-r--r--src/Database.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{