Corrected documentation comment for disabled copy constructors
This commit is contained in:
@ -128,7 +128,7 @@ public:
|
||||
const Switch& logRef
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
writeObjectsBase(const writeObjectsBase&) = delete;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user