Ticket #31046: py-matplotlib-clang.patch
File py-matplotlib-clang.patch, 696 bytes (added by howarth@…, 13 years ago) |
---|
-
agg24/include/agg_renderer_outline_aa.h
old new 1365 1365 //--------------------------------------------------------------------- 1366 1366 void profile(const line_profile_aa& prof) { m_profile = &prof; } 1367 1367 const line_profile_aa& profile() const { return *m_profile; } 1368 line_profile_aa& profile() { return *m_profile; }1368 const line_profile_aa& profile() { return *m_profile; } 1369 1369 1370 1370 //--------------------------------------------------------------------- 1371 1371 int subpixel_width() const { return m_profile->subpixel_width(); }