summaryrefslogtreecommitdiff
path: root/include
Side-by-side diff
Diffstat (limited to 'include') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opie/xmltree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opie/xmltree.h b/include/opie/xmltree.h
index 7f50365..ed93c23 100644
--- a/include/opie/xmltree.h
+++ b/include/opie/xmltree.h
@@ -84,7 +84,7 @@ public:
AttributeMap attributes() const { return m_attributes; }
AttributeMap &attributes() { return m_attributes; }
- QString attribute(const QString &)const;
+ QString attribute( const QString & ) const;
void setAttribute( const QString &attr, const QString &value );
void save( QTextStream &stream, uint indent = 0 );