Revision: 4157
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4157&view=rev
Author:   mdboom
Date:     2007-11-08 05:21:17 -0800 (Thu, 08 Nov 2007)

Log Message:
-----------
Small bugfix to compile on gcc 4.x (Thanks, Eric)

Modified Paths:
--------------
    branches/transforms/src/_backend_agg.h

Modified: branches/transforms/src/_backend_agg.h
===================================================================
--- branches/transforms/src/_backend_agg.h      2007-11-08 00:24:57 UTC (rev 
4156)
+++ branches/transforms/src/_backend_agg.h      2007-11-08 13:21:17 UTC (rev 
4157)
@@ -165,7 +165,7 @@
   Py::Object draw_image(const Py::Tuple & args);
   Py::Object draw_path(const Py::Tuple & args);
   Py::Object draw_path_collection(const Py::Tuple & args);
-  Py::Object RendererAgg::draw_quad_mesh(const Py::Tuple& args);
+  Py::Object draw_quad_mesh(const Py::Tuple& args);
 
 
   Py::Object write_rgba(const Py::Tuple & args);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to