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