aboutsummaryrefslogtreecommitdiff
path: root/graphics/agave/files/patch-src__widgets__gcs-schemebox.cc
blob: c7e4ee2c9ea5dd8c0a47097b7488234b7887765d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/widgets/gcs-schemebox.cc.orig
+++ src/widgets/gcs-schemebox.cc
@@ -45,7 +45,7 @@
 
         SchemeBox::SchemeBox(Scheme schm)
         {
-            SchemeBox::SchemeBox();
+            SchemeBox();
             set_scheme(schm);
         }