diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-05 22:41:51 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-05 22:41:51 +0000 |
commit | ec05778d5718a7912e506764d443a78d6a6179e3 (patch) | |
tree | 78a9a01532180030c095acefc45763f07c14edb8 /src/experimental/dir.h | |
parent | b20414ac1fe80a71a90601f4cd1767fa7014a9ba (diff) | |
download | libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.gz libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.bz2 libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.xz libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.zip |
Converted tabs to spaces with tabconv.
Diffstat (limited to 'src/experimental/dir.h')
-rw-r--r-- | src/experimental/dir.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/experimental/dir.h b/src/experimental/dir.h index 8e885d1..9e518eb 100644 --- a/src/experimental/dir.h +++ b/src/experimental/dir.h | |||
@@ -6,15 +6,15 @@ | |||
6 | 6 | ||
7 | namespace Bu | 7 | namespace Bu |
8 | { | 8 | { |
9 | class Dir : public FileSystem | 9 | class Dir : public FileSystem |
10 | { | 10 | { |
11 | public: | 11 | public: |
12 | Dir(); | 12 | Dir(); |
13 | Dir( const Bu::String &sPath ); | 13 | Dir( const Bu::String &sPath ); |
14 | virtual ~Dir(); | 14 | virtual ~Dir(); |
15 | 15 | ||
16 | private: | 16 | private: |
17 | }; | 17 | }; |
18 | }; | 18 | }; |
19 | 19 | ||
20 | #endif | 20 | #endif |