On Thu, Jul 20, 2017 at 02:17:36PM +0200, zyx wrote:
> Well, every release has bumped soname version, thus I do not know what
> silence you are talking about.

Old:
PDFMemDocument::Load(const char *);
PdfMemDocument::Load(const char *, long);

New:
PDFMemDocument::Load(const char *, bool = false);
PDFMemDocument::Load(const char *, long, bool = false);

Passing anything to Load() which was not explicit a long, i.e.
std::string::size() would result in the former method be choosen...

Joerg

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to