Skip to content
Snippets Groups Projects
Commit 8372fc9f authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Missing methods body

parent c613e93d
No related branches found
No related tags found
No related merge requests found
......@@ -55,10 +55,10 @@ public:
protected:
/** Constructor */
StreamingImageFileWriter();
StreamingImageFileWriter(){}
/** Destructor */
virtual ~StreamingImageFileWriter();
virtual ~StreamingImageFileWriter(){}
private:
StreamingImageFileWriter(const StreamingImageFileWriter &); //purposely not implemented
......
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