Code Cleanup
- All objects now use the same convention for naming members. The consistency is a good thing.
This commit is contained in:
@@ -64,10 +64,10 @@ public:
|
||||
std::string checkForDeprecatedColumns ();
|
||||
|
||||
public:
|
||||
File original_file;
|
||||
File _original_file;
|
||||
|
||||
private:
|
||||
static std::string defaults;
|
||||
static std::string _defaults;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user