X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fseekable.h;h=84a556163e764e40ed837703434a01dfd60fe9a9;hp=68454d038bc31ff50118044292906af36dba6895;hb=991fabc1956b73a4007859058fb44171000b452e;hpb=f832af5e832a5be2804e5613a73e7cc75428956c diff --git a/source/io/seekable.h b/source/io/seekable.h index 68454d0..84a5561 100644 --- a/source/io/seekable.h +++ b/source/io/seekable.h @@ -24,7 +24,7 @@ class bad_seek: public std::runtime_error { public: bad_seek(SeekOffset, SeekType); - virtual ~bad_seek() throw() = default; + ~bad_seek() throw() override = default; };