two small changes to allow debugsource packages for rpm based distros build with more strict options, no Issue
This commit is contained in:
@@ -30,7 +30,7 @@ class FFProvider {
|
||||
public:
|
||||
virtual ~FFProvider() {}
|
||||
virtual rtengine::RawImage* getFF() = 0;
|
||||
virtual Glib::ustring GetCurrentImageFilePath() {};
|
||||
virtual Glib::ustring GetCurrentImageFilePath() = 0;
|
||||
// add other info here
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user