diff options
author | Shevek <[email protected]> | 2008-06-14 22:42:09 +0000 |
---|---|---|
committer | Shevek <[email protected]> | 2008-06-14 22:42:09 +0000 |
commit | aba944f23747fdf35e890020cdbbca722bbaaacf (patch) | |
tree | ba247d276402039f5c75d00312a40bf5581715a2 /src/java/org/anarres/cpp/ChrootFileSystem.java | |
parent | 0e479d174065605b32892be1a7fc5f789ea2e255 (diff) |
remove quadratic getName; close lexers; add debug flags
Diffstat (limited to 'src/java/org/anarres/cpp/ChrootFileSystem.java')
-rw-r--r-- | src/java/org/anarres/cpp/ChrootFileSystem.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/java/org/anarres/cpp/ChrootFileSystem.java b/src/java/org/anarres/cpp/ChrootFileSystem.java index f917c9e..bce2cfe 100644 --- a/src/java/org/anarres/cpp/ChrootFileSystem.java +++ b/src/java/org/anarres/cpp/ChrootFileSystem.java @@ -55,6 +55,7 @@ public class ChrootFileSystem implements VirtualFileSystem { super(dir, name); } + @Override public ChrootFile getParentFile() { return new ChrootFile(getParent()); } |