Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/issues/6476
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jul 11, 2023
1 parent 76c262f commit 04d7e66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/Magick++/STL.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ <h1> Magick++ STL Support</h1>
using namespace std;
using namespace Magick;

int main(int /*argc*/,char **/*argv*/)
int main(int /*argc*/,char **argv)
{
InitializeMagick(*argv);
list&lt;Image> imageList;
readImages( &amp;imageList, "test_image_anim.gif" );

Expand Down

0 comments on commit 04d7e66

Please sign in to comment.