mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:20:05 +00:00
Addressing clang-tidy findings
This commit is contained in:
parent
193f42318c
commit
072865d2e5
5 changed files with 24 additions and 14 deletions
|
|
@ -23,8 +23,9 @@ public:
|
|||
NtpClient(NtpClient&&) noexcept;
|
||||
NtpClient& operator=(NtpClient&&) noexcept;
|
||||
|
||||
bool error();
|
||||
std::chrono::system_clock::duration time_offset() const;
|
||||
bool error();
|
||||
|
||||
[[nodiscard]] std::chrono::system_clock::duration time_offset() const;
|
||||
|
||||
void Start();
|
||||
void Stop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue