X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fwindows%2Ffilemonitor.cpp;h=63336e3fa3782680357e342dddda7e47e13cdb6b;hb=cbe2cb6c2ea41b3e264ec9e3c4978483c5758962;hp=3ed65b188aeb0d043e46d9a1a609572eaa2de055;hpb=7be37ad97a2fd3494cb5d56badb45997353ff709;p=libs%2Fcore.git diff --git a/source/fs/windows/filemonitor.cpp b/source/fs/windows/filemonitor.cpp index 3ed65b1..63336e3 100644 --- a/source/fs/windows/filemonitor.cpp +++ b/source/fs/windows/filemonitor.cpp @@ -1,3 +1,4 @@ +#include #include "filemonitor.h" #include "filemonitor_platform.h" @@ -21,7 +22,7 @@ void FileMonitor::tick() FileMonitor::Private::Private(FileMonitor &) { - throw logic_error("not implemented"); + throw unsupported("FileMonitor"); } } // namespace FS