diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-05-30 20:15:16 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-05-30 20:15:16 +0000 |
| commit | 9d1f7f5ed31a44ee6ab2600e2d70dec68c0407a9 (patch) | |
| tree | e71fcfd586fe751c3781b327cd3615a71aa5ef90 /src/dom/xmlwriter.cpp | |
| parent | Alvin Penner's fix for bug 235861 (diff) | |
| download | inkscape-9d1f7f5ed31a44ee6ab2600e2d70dec68c0407a9.tar.gz inkscape-9d1f7f5ed31a44ee6ab2600e2d70dec68c0407a9.zip | |
remove warnings
(bzr r5765)
Diffstat (limited to 'src/dom/xmlwriter.cpp')
| -rw-r--r-- | src/dom/xmlwriter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
