functionObjects: Rationalised use of enumerations by using the C++11 scoped form

This commit is contained in:
Henry Weller
2018-08-23 17:25:47 +01:00
parent fd08eae933
commit 61c9bc2ee3
28 changed files with 248 additions and 252 deletions

View File

@ -107,7 +107,7 @@ public:
//- Re-enumeration defining the write options, based on the original
// ones at IOobject::writeOption
enum writeOption
enum class writeOption
{
AUTO_WRITE,
NO_WRITE,