PKGBUILDs/community/agave/schemebox.patch

12 lines
361 B
Diff
Raw Normal View History

2016-05-25 00:13:26 +00:00
--- agave-0.4.7/src/widgets/gcs-schemebox.cc 2008-02-25 21:07:02.000000000 -0600
+++ agave-0.4.7/src/widgets/gcs-schemebox.cc.new 2010-05-24 00:28:51.000000000 -0500
@@ -45,7 +45,7 @@ namespace gcs
SchemeBox::SchemeBox(Scheme schm)
{
- SchemeBox::SchemeBox();
+ SchemeBox();
set_scheme(schm);
}