Mark a bunch of classes as final
This commit is contained in:
@@ -17,7 +17,7 @@ namespace io
|
||||
/*!
|
||||
Class for reading from memory.
|
||||
*/
|
||||
class CMemoryReadFile : public IMemoryReadFile
|
||||
class CMemoryReadFile final : public IMemoryReadFile
|
||||
{
|
||||
public:
|
||||
//! Constructor
|
||||
|
||||
Reference in New Issue
Block a user