summaryrefslogtreecommitdiff
path: root/include/store/store.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/store/store.hxx')
-rw-r--r--include/store/store.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/store/store.hxx b/include/store/store.hxx
index 969aa6b859af..b3861df2da7a 100644
--- a/include/store/store.hxx
+++ b/include/store/store.hxx
@@ -326,7 +326,7 @@ public:
@param it [in] current directory entry.
@return sal_True to continue iteration, sal_False to stop.
*/
- virtual sal_Bool visit (const iterator& it) = 0;
+ virtual bool visit (const iterator& it) = 0;
protected:
~traveller() {}