[DebianGIS-dev] CVS Update: libterralib/debian/patches
358243_gcc4.1_FTBFS.patch
pabs-guest at haydn.debian.org
pabs-guest at haydn.debian.org
Wed Mar 22 08:03:33 UTC 2006
User: pabs-guest
Date: 06/03/22 08:03:33
Added: debian/patches 358243_gcc4.1_FTBFS.patch
Log:
Closes: #358243: Fix GCC 4.1 FTBFS, patch from Martin Michlmayr
Revision Changes Path
1.1 libterralib/debian/patches/358243_gcc4.1_FTBFS.patch
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/libterralib/debian/patches/358243_gcc4.1_FTBFS.patch?annotate=1.1&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/libterralib/debian/patches/358243_gcc4.1_FTBFS.patch?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
-----------------------------------
Index: 358243_gcc4.1_FTBFS.patch
===================================================================
diff -Nur libterralib-3.0.3b2/src/terralib/kernel/TeLegendEntry.h libterralib-3.0.3b2.new/src/terralib/kernel/TeLegendEntry.h
--- libterralib-3.0.3b2/src/terralib/kernel/TeLegendEntry.h 2004-11-20 02:27:45.000000000 +0800
+++ libterralib-3.0.3b2.new/src/terralib/kernel/TeLegendEntry.h 2006-03-22 15:55:51.000000000 +0800
@@ -54,7 +54,7 @@
public:
//! Constructor
- TeLegendEntry::TeLegendEntry () :
+ TeLegendEntry () :
label_(""),
id_(-1),
theme_(0),
@@ -62,7 +62,7 @@
{}
//! Constructor
- TeLegendEntry::TeLegendEntry (const TeSlice& slice) :
+ TeLegendEntry (const TeSlice& slice) :
slice_(slice),
id_(-1),
theme_(0),
diff -Nur libterralib-3.0.3b2/src/terralib/kernel/TeSlice.h libterralib-3.0.3b2.new/src/terralib/kernel/TeSlice.h
--- libterralib-3.0.3b2/src/terralib/kernel/TeSlice.h 2005-03-29 03:56:51.000000000 +0800
+++ libterralib-3.0.3b2.new/src/terralib/kernel/TeSlice.h 2006-03-22 15:55:51.000000000 +0800
@@ -48,10 +48,10 @@
string to_; //! interval upper value
//! Constructor
- TeSlice::TeSlice () : count_(0),from_(""),to_("") {}
+ TeSlice () : count_(0),from_(""),to_("") {}
//! Constructor
- TeSlice::TeSlice(const string& from, const string& to, int count=0) :
+ TeSlice(const string& from, const string& to, int count=0) :
count_(count),
from_(from),
to_(to) {}
More information about the Pkg-grass-devel
mailing list