aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-05-22 03:39:19 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-05-22 03:39:22 +0200
commit27699207f857e06ac23707b55325565a2790e878 (patch)
tree3fb3ae179238a4d32c8de80496ca2816b1e5727d /src
parentf2cf653eb9967dc9ee26cbe7a43d1815bd526563 (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)
{