mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-29 12:15:18 +01:00
Mark a bunch of classes as final
This commit is contained in:
@@ -17,7 +17,7 @@ namespace io
|
||||
/*!
|
||||
Class for reading a real file from disk.
|
||||
*/
|
||||
class CReadFile : public IReadFile
|
||||
class CReadFile final : public IReadFile
|
||||
{
|
||||
public:
|
||||
CReadFile(const io::path &fileName);
|
||||
|
||||
Reference in New Issue
Block a user