aboutsummaryrefslogtreecommitdiff
path: root/include/filehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/filehandler.h')
-rw-r--r--include/filehandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/filehandler.h b/include/filehandler.h
index 6bb41f5..859f0c3 100644
--- a/include/filehandler.h
+++ b/include/filehandler.h
@@ -7,9 +7,9 @@
class Filehandler
{
private:
- FILE *f;
- char *path;
- char *buffer;
+ FILE *m_file;
+ char *m_path;
+ char *m_buffer;
private:
unsigned int size(void);