Skip to content

Commit fc75931

Browse files
authored
Update StatsdClient.hpp
1 parent c6479c2 commit fc75931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpp-statsd-client/StatsdClient.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class StatsdClient {
124124
const std::vector<std::string>& tags = {}) const noexcept;
125125

126126
//! Flush any queued stats to the daemon
127-
void flush() noexcept;
127+
void flush() const noexcept;
128128

129129
//!@}
130130

0 commit comments

Comments
 (0)