summaryrefslogtreecommitdiff
path: root/include/tools/XmlWalker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/XmlWalker.hxx')
-rw-r--r--include/tools/XmlWalker.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/XmlWalker.hxx b/include/tools/XmlWalker.hxx
index 85507f46583d..28dddcb51778 100644
--- a/include/tools/XmlWalker.hxx
+++ b/include/tools/XmlWalker.hxx
@@ -45,7 +45,7 @@ public:
void parent();
void next();
bool isValid() const;
- OString attribute(OString sName);
+ OString attribute(const OString& sName);
};
} // end tools namespace