Fix some warnings given by clang, see issue 1718

This commit is contained in:
Philip Rinn
2013-02-12 18:23:51 +01:00
parent 153f4cb9d1
commit cbd20ac033
6 changed files with 9 additions and 7 deletions

View File

@@ -28,7 +28,7 @@
class FFProvider {
public:
virtual rtengine::RawImage* getFF() {}
virtual rtengine::RawImage* getFF() = 0;
// add other info here
};