#pragma once
for our headers plus drive-by formatting
This commit is contained in:
@@ -16,14 +16,17 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef _VIGNETTING_H_
|
||||
#define _VIGNETTING_H_
|
||||
#pragma once
|
||||
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include "adjuster.h"
|
||||
#include "toolpanel.h"
|
||||
|
||||
class Vignetting : public ToolParamBlock, public AdjusterListener, public FoldableToolPanel
|
||||
class Vignetting :
|
||||
public ToolParamBlock,
|
||||
public AdjusterListener,
|
||||
public FoldableToolPanel
|
||||
{
|
||||
|
||||
protected:
|
||||
@@ -46,5 +49,3 @@ public:
|
||||
void setAdjusterBehavior (bool amountadd, bool radiusadd, bool strengthadd, bool centeradd);
|
||||
void trimValues (rtengine::procparams::ProcParams* pp) override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user