aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/RLE_reader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/RLE_reader.hpp')
-rw-r--r--src/interfaces/RLE_reader.hpp1
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;
};
-