]> git.pld-linux.org Git - packages/hugin.git/blob - hugin-gcc4.patch
- added gcc4 patch, fixed ca locale dir, release 2
[packages/hugin.git] / hugin-gcc4.patch
1 --- hugin-0.5/src/include/PT/PanoramaMemento.h.orig     2005-08-05 23:30:10.000000000 +0200
2 +++ hugin-0.5/src/include/PT/PanoramaMemento.h  2006-06-03 20:01:55.737770750 +0200
3 @@ -154,7 +154,7 @@
4      double getHFOV() const;
5  
6      /** set HFOV in degrees */
7 -    void Lens::setHFOV(double d);
8 +    void setHFOV(double d);
9  
10      /** get focal length of lens, it is calculated from the HFOV */
11      double getFocalLength() const;
12 @@ -389,13 +389,13 @@
13      void printScriptLine(std::ostream & o) const;
14  
15      /// return string name of output file format
16 -    static const std::string & PanoramaOptions::getFormatName(FileFormat f);
17 +    static const std::string & getFormatName(FileFormat f);
18  
19      /** returns the FileFormat corrosponding to name.
20       *
21       *  if name is not recognized, FileFormat::TIFF is returned
22       */
23 -    static FileFormat PanoramaOptions::getFormatFromName(const std::string & name);
24 +    static FileFormat getFormatFromName(const std::string & name);
25  
26      /** calculate height of the output panorama
27       *
28 --- hugin-0.5/src/include/PT/Panorama.h.orig    2005-07-26 08:05:17.000000000 +0200
29 +++ hugin-0.5/src/include/PT/Panorama.h 2006-06-03 20:02:04.950346500 +0200
30 @@ -542,7 +542,7 @@
31       *
32       *  only copies inherited variables
33       */
34 -    void Panorama::updateLensToImages(unsigned int lensNr);
35 +    void updateLensToImages(unsigned int lensNr);
36  
37      /** copy lens variables to image variables.
38       *  update all images that use lensNr
This page took 0.067138 seconds and 3 git commands to generate.