mirror of
https://github.com/usatiuk/backup.git
synced 2025-10-27 01:37:49 +01:00
Make objects final
Might be a slight optimization
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "../Object.h"
|
||||
|
||||
/// Object representing a part of a File
|
||||
class Chunk : public Object {
|
||||
class Chunk final : public Object {
|
||||
public:
|
||||
Chunk(idType id, std::string, std::vector<char> data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user