diff options
Diffstat (limited to 'src/core/crypto/encryption_layer.h')
| -rw-r--r-- | src/core/crypto/encryption_layer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/crypto/encryption_layer.h b/src/core/crypto/encryption_layer.h index 84f11bf5e..71bca1f23 100644 --- a/src/core/crypto/encryption_layer.h +++ b/src/core/crypto/encryption_layer.h | |||
| @@ -10,7 +10,8 @@ namespace Core::Crypto { | |||
| 10 | 10 | ||
| 11 | // Basically non-functional class that implements all of the methods that are irrelevant to an | 11 | // Basically non-functional class that implements all of the methods that are irrelevant to an |
| 12 | // EncryptionLayer. Reduces duplicate code. | 12 | // EncryptionLayer. Reduces duplicate code. |
| 13 | struct EncryptionLayer : public FileSys::VfsFile { | 13 | class EncryptionLayer : public FileSys::VfsFile { |
| 14 | public: | ||
| 14 | explicit EncryptionLayer(FileSys::VirtualFile base); | 15 | explicit EncryptionLayer(FileSys::VirtualFile base); |
| 15 | 16 | ||
| 16 | size_t Read(u8* data, size_t length, size_t offset) const override = 0; | 17 | size_t Read(u8* data, size_t length, size_t offset) const override = 0; |