further reduction of include dependencies, also finalised some classes

This commit is contained in:
Ingo Weyrich
2019-11-09 16:51:54 +01:00
parent e5258e6f60
commit 587652283d
92 changed files with 177 additions and 98 deletions

View File

@@ -23,7 +23,7 @@
#include "adjuster.h"
#include "toolpanel.h"
class RAWExposure :
class RAWExposure final:
public ToolParamBlock,
public AdjusterListener,
public FoldableToolPanel
@@ -32,8 +32,6 @@ class RAWExposure :
protected:
Adjuster* PexPos;
private:
// Gtk::CheckButton* PextwoGreen;
public:
RAWExposure ();