Skip to content

Commit f4cfaef

Browse files
committed
minor fix
1 parent 8d0e6a1 commit f4cfaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sdsl/ram_filebuf.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ram_filebuf : public std::streambuf
1515
void pbump64(std::ptrdiff_t);
1616

1717
public:
18-
~ram_filebuf() override {}
18+
~ram_filebuf() {}
1919

2020
ram_filebuf() {}
2121
ram_filebuf(std::vector<char>& ram_file);

0 commit comments

Comments
 (0)