mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Mark a bunch of classes as final
This commit is contained in:
@@ -20,7 +20,7 @@ namespace io
|
||||
This can be useful, for example for reading uncompressed files
|
||||
in an archive (zip, tar).
|
||||
!*/
|
||||
class CLimitReadFile : public IReadFile
|
||||
class CLimitReadFile final : public IReadFile
|
||||
{
|
||||
public:
|
||||
CLimitReadFile(IReadFile *alreadyOpenedFile, long pos, long areaSize, const io::path &name);
|
||||
|
Reference in New Issue
Block a user