This commit is contained in:
Adam Ierymenko 2015-04-15 14:44:30 -07:00
parent 8639538299
commit a0f8685453
4 changed files with 11 additions and 8 deletions

View file

@ -130,8 +130,8 @@ protected:
OneService() {}
private:
OneService(const One &one) {}
inline One &operator=(const One &one) { return *this; }
OneService(const OneService &one) {}
inline OneService &operator=(const OneService &one) { return *this; }
};
} // namespace ZeroTier