Skip to content
Snippets Groups Projects
Commit 50a968e6 authored by Maxence Naud's avatar Maxence Naud
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 3ab88a9b
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ public: ...@@ -25,7 +25,7 @@ public:
StimuliImpl(){}; StimuliImpl(){};
virtual std::shared_ptr<Tensor> load(){}; virtual std::shared_ptr<Tensor> load() = 0;
virtual ~StimuliImpl() = default; virtual ~StimuliImpl() = default;
}; };
......
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