paragui-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-dev] Patch: fixing some compilation problems + redundency


From: Martin Bickel
Subject: [paragui-dev] Patch: fixing some compilation problems + redundency
Date: Wed, 08 Dec 2004 22:17:14 +0100

Hi,

to compile the current CVS version I had to fix two small problems:

The insert operation is no standardized method and does therefor not
exist in all standard library implementations. Only the following
function is standardized
  insert(iterator p, charT c);
But an iterator is not necessarily an int. So I replaced the call by
this one:
  insert(size_type pos, size_type n, charT c);

Secondly, automake complained about the unused cairo-variables in
test/Makefile.am and aborted, so I commented them out.


And the non-const Width- and Height methods of PG_Rect are redundant,
because they don't modify anything. So I suggest to remove them.


Regards,
Martin

Attachment: whatever_the_name_of_the_patch_is.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]