X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/19ad06653de8ff5946a2ef1d577cf42217b2e3e3..5ff8211bdcd5f110621c0ff01fa0854b5e6d9762:/projects/stargazer/admins_impl.h diff --git a/projects/stargazer/admins_impl.h b/projects/stargazer/admins_impl.h index a1ca0f98..cb00368c 100644 --- a/projects/stargazer/admins_impl.h +++ b/projects/stargazer/admins_impl.h @@ -70,6 +70,9 @@ public: int CloseSearch(int) const; private: + ADMINS_IMPL(const ADMINS_IMPL & rvalue); + ADMINS_IMPL & operator=(const ADMINS_IMPL & rvalue); + typedef list::iterator admin_iter; typedef list::const_iterator const_admin_iter;