diff options
Diffstat (limited to 'src/interfaces/RLE_reader.hpp')
-rw-r--r-- | src/interfaces/RLE_reader.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/RLE_reader.hpp b/src/interfaces/RLE_reader.hpp index a3266a8..9cc6722 100644 --- a/src/interfaces/RLE_reader.hpp +++ b/src/interfaces/RLE_reader.hpp @@ -16,4 +16,3 @@ public: [[nodiscard]] virtual auto read_RLE_file(const std::filesystem::path &path) const -> std::unique_ptr<IMatrix<MatrixElement>> = 0; }; - |