ENH: made local member data private

This commit is contained in:
andy 2012-10-15 18:14:39 +01:00
parent b82fc4686e
commit eda58a4b69

View File

@ -56,9 +56,9 @@ namespace Foam
class functionObjectFile
{
protected:
private:
// Protected data
// Private data
//- Reference to the database
const objectRegistry& obr_;
@ -73,6 +73,8 @@ protected:
PtrList<OFstream> filePtrs_;
protected:
// Protected Member Functions
//- Return the base file directory for output