Code Cleanup
- All objects now use the same convention for naming members. The consistency is a good thing.
This commit is contained in:
@@ -82,9 +82,9 @@ public:
|
||||
static bool remove (const std::string&);
|
||||
|
||||
private:
|
||||
FILE* fh;
|
||||
int h;
|
||||
bool locked;
|
||||
FILE* _fh;
|
||||
int _h;
|
||||
bool _locked;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user