~ubuntu-branches/ubuntu/saucy/pyqwt3d/saucy-proposed

« back to all changes in this revision

Viewing changes to include.pyqwt3d.patch

  • Committer: Bazaar Package Importer
  • Author(s): Gudjon I. Gudjonsson
  • Date: 2009-11-07 12:54:42 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091107125442-92kgp0l7lessmiwo
Tags: 0.1.7~cvs20090625-2
* Change sip4 dependencies to >=4.9
* Add binary dependency on python-sip4 >=4.9
* Bump standards version to 3.8.3, no changes needed
* Add README.source file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- include/qwt3d_enrichment.h.pyqwt3d  2006-09-16 08:07:52.000000000 +0200
 
2
+++ include/qwt3d_enrichment.h  2006-09-16 08:09:46.000000000 +0200
 
3
@@ -35,7 +35,8 @@
 
4
   virtual void assign(Plot3D const& pl) {plot = &pl;} //!< Assign to existent plot;
 
5
   virtual TYPE type() const = 0; //!< Overwrite 
 
6
 
 
7
-protected:
 
8
+// A PyQwt3D hack
 
9
+public:
 
10
   const Plot3D* plot;
 
11
 };
 
12