1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Mark a bunch of classes as final

This commit is contained in:
sfan5 2024-09-01 15:17:54 +02:00
parent 3fb4049612
commit e55fb6da71
15 changed files with 18 additions and 17 deletions

View file

@ -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);