summaryrefslogtreecommitdiffstats
path: root/src/FileInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/FileInput.h')
-rw-r--r--src/FileInput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FileInput.h b/src/FileInput.h
index 4f6f75e..68193bc 100644
--- a/src/FileInput.h
+++ b/src/FileInput.h
@@ -45,7 +45,7 @@ class FileInput
* Returns the number of bytes read.
*/
ssize_t read(uint8_t* buf, size_t length);
- int eof();
+ int eof();
protected:
const char* m_filename;