summaryrefslogtreecommitdiff
path: root/muse/al/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse/al/xml.h')
-rw-r--r--muse/al/xml.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/muse/al/xml.h b/muse/al/xml.h
index e71b57a8..6208e8ee 100644
--- a/muse/al/xml.h
+++ b/muse/al/xml.h
@@ -42,8 +42,10 @@ class Xml : public QTextStream {
void nput(const char* format, ...);
void stag(const char* format, ...);
- void etag(const char* format);
+ void stag(const QString&);
+ void etag(const char*);
+ void tagE(const QString&);
void tagE(const char* format, ...);
void tdata(const QString&);