diff -ur enable-4.1.0/kiva/agg/agg-24/include/agg_renderer_outline_aa.h enable-4.1.0_clang_patched/kiva/agg/agg-24/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(); } |
diff -ur enable-4.1.0/kiva/agg/agg-24/include/agg_scanline_u.h enable-4.1.0_clang_patched/kiva/agg/agg-24/include/agg_scanline_u.h
old
|
new
|
|
458 | 458 | class scanline32_u8_am : public scanline32_u8 |
459 | 459 | { |
460 | 460 | public: |
461 | | typedef scanline_u8 base_type; |
| 461 | typedef scanline32_u8 base_type; |
462 | 462 | typedef AlphaMask alpha_mask_type; |
463 | 463 | typedef base_type::cover_type cover_type; |
464 | 464 | typedef base_type::coord_type coord_type; |