aboutsummaryrefslogtreecommitdiff
path: root/src/stable/file.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/stable/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stable/file.h b/src/stable/file.h
index 0f9b7d3..dfdc1a4 100644
--- a/src/stable/file.h
+++ b/src/stable/file.h
@@ -123,6 +123,7 @@ namespace Bu
123 private: 123 private:
124 int fd; 124 int fd;
125 bool bEos; 125 bool bEos;
126 Bu::String sLocation;
126 }; 127 };
127} 128}
128 129