Skip to content

Commit

Permalink
Silence build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 3, 2024
1 parent 4358f63 commit bf95f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Magick++/lib/Magick++/Include.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <errno.h>
#include <stdint.h>

void* operator new(std::size_t, void*) throw();
void* operator new(size_t, void*) throw();

#if defined(__BORLANDC__)
# include <vcl.h> /* Borland C++ Builder 4.0 requirement */
Expand Down

0 comments on commit bf95f05

Please sign in to comment.