Make disallowed member functions private

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1977
This commit is contained in:
Henry Weller
2016-01-20 10:41:14 +00:00
parent eb3cf2c880
commit 2804f8748d
17 changed files with 139 additions and 65 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-2016 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -96,8 +96,9 @@ protected:
wordList objectNames_;
// Private Member Functions
private:
// Private member functions
//- Disallow default bitwise copy construct
removeRegisteredObject(const removeRegisteredObject&);