summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-13 13:23:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-13 13:23:16 +0100
commitf14997ab1432d831ee495307b5615120fbf151b5 (patch)
treea1165b5bcb48852c8b3c35b3b42bce3e1c511121 /tools/inc
parent3b7a12766361a1425566ea909e0003ec8c8ea73d (diff)
misplaced endif
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/fsys.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx
index 91406ec4f24d..034b20c5ee57 100644
--- a/tools/inc/tools/fsys.hxx
+++ b/tools/inc/tools/fsys.hxx
@@ -256,8 +256,8 @@ private:
FSysPathStyle eStyle );
#else
TOOLS_DLLPRIVATE FSysError ImpParseUnixName( const ByteString& rPfad,
-#endif
FSysPathStyle eStyle );
+#endif
TOOLS_DLLPRIVATE const DirEntry* ImpGetTopPtr() const;
TOOLS_DLLPRIVATE DirEntry* ImpGetTopPtr();