Skip to content
Snippets Groups Projects
Commit 9e9de957 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Fix following Address Sanitizer

parent 23f858ac
No related branches found
No related tags found
No related merge requests found
Pipeline #4913 passed with warnings
......@@ -129,8 +129,9 @@ namespace dynamicgraph
std::string next2="" ) const;
protected: // Interdiction of the rest of the heritage
using Signal<T,Time>::addDependency;
virtual void addDependency () {}
using Signal<T,Time>::removeDependency;
virtual void removeDependency () {}
virtual void clearDependencies () {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment