X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdom%2Flsimpl.h;h=0dd0dc62cb38b658c5d6a443a7112fefd23fc445;hb=a8e0310afe0d9b31d25a143238dbbc0bc4a91860;hp=d73998e133bcea41d081862c68670085a6a6d131;hpb=9edfc75079a4cdb2b79ee0626b18a2757ab7987e;p=inkscape.git diff --git a/src/dom/lsimpl.h b/src/dom/lsimpl.h index d73998e13..0dd0dc62c 100644 --- a/src/dom/lsimpl.h +++ b/src/dom/lsimpl.h @@ -12,7 +12,7 @@ * Authors: * Bob Jamison * - * Copyright (C) 2005 Bob Jamison + * Copyright (C) 2005-2007 Bob Jamison * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -29,8 +29,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include - #include "domimpl.h" #include "events.h" #include "traversal.h" @@ -238,7 +236,11 @@ private: void spaces(); - void po(char *fmt, ...) G_GNUC_PRINTF(2,3); + void po(char *fmt, ...) + #ifdef G_GNUC_PRINTF + G_GNUC_PRINTF(2, 3) + #endif + ; void pos(const DOMString &str);