summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spin-button-tool-item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget/spin-button-tool-item.h')
-rw-r--r--src/ui/widget/spin-button-tool-item.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/widget/spin-button-tool-item.h b/src/ui/widget/spin-button-tool-item.h
index aff17dd35..e5e7fc296 100644
--- a/src/ui/widget/spin-button-tool-item.h
+++ b/src/ui/widget/spin-button-tool-item.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
#ifndef SEEN_SPIN_BUTTON_TOOL_ITEM_H
#define SEEN_SPIN_BUTTON_TOOL_ITEM_H
@@ -47,10 +48,10 @@ private:
double value);
protected:
- virtual bool on_create_menu_proxy() override;
+ bool on_create_menu_proxy() override;
public:
- SpinButtonToolItem(const Glib::ustring& name,
+ SpinButtonToolItem(const Glib::ustring name,
const Glib::ustring& label_text,
Glib::RefPtr<Gtk::Adjustment>& adjustment,
double climb_rate = 0.1,