-rw-r--r-- | libopie/xmltree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/xmltree.h b/libopie/xmltree.h index 7f50365..ed93c23 100644 --- a/libopie/xmltree.h +++ b/libopie/xmltree.h @@ -83,9 +83,9 @@ public: void setAttributes( const AttributeMap &attrs ) { m_attributes = attrs; } 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 ); XMLElement *namedItem( const QString &name ); |