Skip to content
Snippets Groups Projects
Commit 6392c426 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Fix warnings.

parent f94f6746
No related branches found
No related tags found
No related merge requests found
......@@ -129,9 +129,9 @@ class SignalPtr
protected: // Interdiction of the rest of the heritage
virtual void addDependency( const SignalBase<Time>& signal ) {}
virtual void removeDependency( const SignalBase<Time>& signal ) {}
virtual void clearDependencies( void ) {}
virtual void addDependency() {}
virtual void removeDependency() {}
virtual void clearDependencies() {}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment