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