Code Cleanup
- All objects now use the same convention for naming members. The consistency is a good thing.
This commit is contained in:
@@ -64,8 +64,8 @@ public:
|
||||
static const std::vector <std::string> get_units ();
|
||||
|
||||
protected:
|
||||
time_t mSecs;
|
||||
bool mNegative;
|
||||
time_t _secs;
|
||||
bool _negative;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user