diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-13 13:23:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-13 13:23:16 +0100 |
commit | f14997ab1432d831ee495307b5615120fbf151b5 (patch) | |
tree | a1165b5bcb48852c8b3c35b3b42bce3e1c511121 /tools/inc | |
parent | 3b7a12766361a1425566ea909e0003ec8c8ea73d (diff) |
misplaced endif
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/fsys.hxx | 2 |
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(); |