]> git.pld-linux.org Git - packages/agave.git/blob - agave-g++.patch
- up to 0.4.7
[packages/agave.git] / agave-g++.patch
1 diff -burNp agave-0.4.5/src/paletteparser/palette.h agave-0.4.5-dud/src/paletteparser/palette.h
2 --- agave-0.4.5/src/paletteparser/palette.h     2007-08-25 04:57:09.000000000 +0200
3 +++ agave-0.4.5-dud/src/paletteparser/palette.h 2009-01-31 17:29:07.292460587 +0100
4 @@ -26,6 +26,7 @@
5  #ifndef __PP_PALETTE_H
6  #define __PP_PALETTE_H
7  
8 +#include <cstring>
9  #include <iostream>
10  #include <vector>
11  #include <glibmm/ustring.h>
12
13 --- agave-0.4.5/src/widgets/gcs-schemebox.cc.old        2012-04-26 10:36:59.000000000 +0000
14 +++ agave-0.4.5/src/widgets/gcs-schemebox.cc    2012-04-26 10:37:10.000000000 +0000
15 @@ -45,7 +45,7 @@
16  
17          SchemeBox::SchemeBox(Scheme schm)
18          {
19 -            SchemeBox::SchemeBox();
20 +            SchemeBox();
21              set_scheme(schm);
22          }
23  
This page took 0.034922 seconds and 3 git commands to generate.