From 9d1f7f5ed31a44ee6ab2600e2d70dec68c0407a9 Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Fri, 30 May 2008 20:15:16 +0000 Subject: remove warnings (bzr r5765) --- src/dom/xmlwriter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dom/xmlwriter.cpp') diff --git a/src/dom/xmlwriter.cpp b/src/dom/xmlwriter.cpp index 13fe76e5a..2b056cf9f 100644 --- a/src/dom/xmlwriter.cpp +++ b/src/dom/xmlwriter.cpp @@ -10,7 +10,7 @@ * Authors: * Bob Jamison * - * Copyright (C) 2005 Bob Jamison + * Copyright (C) 2005-2008 Bob Jamison * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -62,7 +62,7 @@ void XmlWriter::spaces() /** * */ -void XmlWriter::po(char *fmt, ...) +void XmlWriter::po(const char *fmt, ...) { char str[257]; va_list args; -- cgit v1.2.3