[CI] remove warning
This commit is contained in:
parent
6e7619a4e9
commit
d03c58a66b
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user