mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 06:38:25 +00:00
Fix const.
This commit is contained in:
@ -34,7 +34,7 @@ public:
|
||||
RethinkDB(EmbeddedNetworkController *const nc,const Address &myAddress,const char *path);
|
||||
virtual ~RethinkDB();
|
||||
|
||||
virtual void waitForReady() const;
|
||||
virtual void waitForReady();
|
||||
|
||||
virtual void save(const nlohmann::json &record);
|
||||
|
||||
|
Reference in New Issue
Block a user