14 lines
782 B
Diff
14 lines
782 B
Diff
Index: inkscape-1.3.2_2023-11-25_091e20ef0f/src/ui/dialog/filter-effects-dialog.cpp
|
|
===================================================================
|
|
--- inkscape-1.3.2_2023-11-25_091e20ef0f.orig/src/ui/dialog/filter-effects-dialog.cpp
|
|
+++ inkscape-1.3.2_2023-11-25_091e20ef0f/src/ui/dialog/filter-effects-dialog.cpp
|
|
@@ -202,7 +202,7 @@ public:
|
|
template< typename T> class ComboWithTooltip : public Gtk::EventBox
|
|
{
|
|
public:
|
|
- ComboWithTooltip<T>(T default_value, const Util::EnumDataConverter<T>& c, const SPAttr a = SPAttr::INVALID, char* tip_text = nullptr)
|
|
+ ComboWithTooltip(T const default_value, Util::EnumDataConverter<T> const &c, SPAttr const a = SPAttr::INVALID, char* tip_text = nullptr)
|
|
{
|
|
if (tip_text) {
|
|
set_tooltip_text(tip_text);
|