SHA256
1
0
forked from pool/inkscape
inkscape/inkscape-poppler-c++20-2.patch
Michael Vetter ef8698bef1 - added patches
fix 96ca7a6c21
  + inkscape-poppler-24.05.0.patch
  fix 877fc26483
  + inkscape-poppler-c++20-2.patch
  fix 1798e9c13b
  + inkscape-poppler-c++20.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=117
2024-07-03 05:06:24 +00:00

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);