mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
361 B
Diff
11 lines
361 B
Diff
--- 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);
|
|
}
|
|
|