Skip to content

Commit

Permalink
Update swig wrapper to build on recent swig builds
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Jun 15, 2024
1 parent 84b611d commit 5d239c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kiva/agg/src/osx/plat_support.i
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ namespace agg24
end_of_pix_formats
};

%name(PixelMap) class pixel_map
%rename(PixelMap) pixel_map;
class pixel_map
{
public:
~pixel_map();
Expand Down

0 comments on commit 5d239c7

Please sign in to comment.