more final fixes

This commit is contained in:
Ingo Weyrich
2020-01-24 14:53:41 +01:00
parent 9a4ade6f20
commit 0d2ffb5e61
13 changed files with 42 additions and 42 deletions

View File

@@ -143,11 +143,11 @@ public:
virtual void setProgressListener (ProgressListener* pl) {}
void increaseRef () override final
void increaseRef () final
{
references++;
}
void decreaseRef () override final
void decreaseRef () final
{
references--;
@@ -175,15 +175,15 @@ public:
return dirpyrdenoiseExpComp;
}
// functions inherited from the InitialImage interface
Glib::ustring getFileName () override final
Glib::ustring getFileName () final
{
return fileName;
}
cmsHPROFILE getEmbeddedProfile () override final
cmsHPROFILE getEmbeddedProfile () final
{
return embProfile;
}
const FramesMetaData* getMetaData () override final
const FramesMetaData* getMetaData () final
{
return idata;
}