|
From: <md...@us...> - 2008-10-29 19:45:22
|
Revision: 6351
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6351&view=rev
Author: mdboom
Date: 2008-10-29 19:45:18 +0000 (Wed, 29 Oct 2008)
Log Message:
-----------
Fix compile for those that need the wxAgg C-extension.
Modified Paths:
--------------
trunk/matplotlib/src/_wxagg.cpp
Modified: trunk/matplotlib/src/_wxagg.cpp
===================================================================
--- trunk/matplotlib/src/_wxagg.cpp 2008-10-29 18:27:05 UTC (rev 6350)
+++ trunk/matplotlib/src/_wxagg.cpp 2008-10-29 19:45:18 UTC (rev 6351)
@@ -178,7 +178,7 @@
rbuf.attach(srcBuffer, srcWidth, srcHeight, srcStride);
pixfmt pf(rbuf);
renderer_base rndr(pf);
- rndr.copy_from(*aggRenderer->renderingBuffer, ®ion,
+ rndr.copy_from(aggRenderer->renderingBuffer, ®ion,
(int)-l, (int)(t-h));
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|