diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/file.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -91,6 +91,10 @@ public: */ FILE* take(); + FILE* get() { + return _file; + } + private: boost::filesystem::path _path; FILE* _file = nullptr; |
