[rlplot] 07/23: Imported Debian patch 1.1-1.1

Andreas Tille tille at debian.org
Wed Jun 29 09:50:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository rlplot.

commit 7e03371781f9a0f0db0dc1fab3680e4007d5cedf
Author: Martin Michlmayr <tbm at cyrius.com>
Date:   Fri May 26 20:24:18 2006 +0200

    Imported Debian patch 1.1-1.1
---
 debian/changelog | 7 +++++++
 rlplot.h         | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9655cc3..55ec1d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rlplot (1.1-1.1) unstable; urgency=low
+
+  * NMU as part of the GCC 4.1 transition.
+  * Remove extra qualification from C++ header file. closes: #358286
+
+ -- Martin Michlmayr <tbm at cyrius.com>  Fri, 26 May 2006 20:24:18 +0200
+
 rlplot (1.1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/rlplot.h b/rlplot.h
index 875f2de..f72977c 100755
--- a/rlplot.h
+++ b/rlplot.h
@@ -542,7 +542,7 @@ public:
 	StrData(DataObj *par, RECT *rc = 0L);
 	~StrData();
 	bool GetSize(int *w, int *h);
-	void StrData::RestoreData(DataObj *dest);
+	void RestoreData(DataObj *dest);
 
 private:
 	int pw, ph;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/rlplot.git



More information about the debian-science-commits mailing list