diff options
| -rw-r--r-- | include/ocl/io.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ocl/io.hpp b/include/ocl/io.hpp index c7599a5..135ddc1 100644 --- a/include/ocl/io.hpp +++ b/include/ocl/io.hpp @@ -23,10 +23,10 @@ namespace ocl::io { - class nullable_stream + class nullable_stream final { nullable_stream() = default; - virtual ~nullable_stream() = default; + ~nullable_stream() = default; nullable_stream& operator<<(...) = delete; nullable_stream& operator>>(...) = delete; |
