[CI] remove warning

This commit is contained in:
Edouard DUPIN 2016-04-28 22:13:40 +02:00
parent 6e7619a4e9
commit d03c58a66b

View File

@ -115,7 +115,7 @@ namespace esignal {
* @brief Emit the data on the observer. * @brief Emit the data on the observer.
* @param[in] _values... Multiple value needed to send on observers * @param[in] _values... Multiple value needed to send on observers
*/ */
virtual void emit(const T_ARGS&... _values); void emit(const T_ARGS&... _values) override;
public: public:
bool isSharedPtr(const std::shared_ptr<void>& _obj) override; bool isSharedPtr(const std::shared_ptr<void>& _obj) override;
}; };