From: Michal MalĂ˝ Date: Fri, 31 Jul 2015 00:28:07 +0000 (+0200) Subject: Use deleted instead of private constructors X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=74337bcad01fa0cdf02b4df8bedce9c23177ccbc;p=FFBChecker.git Use deleted instead of private constructors --- diff --git a/linuxffbeffectfactory.h b/linuxffbeffectfactory.h index 6965b4f..3f6a136 100644 --- a/linuxffbeffectfactory.h +++ b/linuxffbeffectfactory.h @@ -14,9 +14,7 @@ class LinuxFFBEffectFactory public: static std::shared_ptr createEffect(FFBEffectTypes type); -private: - LinuxFFBEffectFactory() {}; - + LinuxFFBEffectFactory() = delete; }; #endif // LINUXFFBEFFECTFACTORY_H