X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ffs%2Ffilemonitor.h;h=220b9697594178d0ad73489d662b08a88d8d77bf;hp=9e72ad2570b05dd9c7d11006ae05962e49edc087;hb=178c4490f6dde563d80fb2bc483b5c9e8a538ea9;hpb=122846f0881673770d88eff7d925ecf25c01b62e diff --git a/source/fs/filemonitor.h b/source/fs/filemonitor.h index 9e72ad2..220b969 100644 --- a/source/fs/filemonitor.h +++ b/source/fs/filemonitor.h @@ -4,7 +4,6 @@ #include #include #include -#include namespace Msp { namespace FS { @@ -25,8 +24,8 @@ public: sigc::signal signal_file_modified; private: - Private *priv = 0; - IO::EventDispatcher *event_disp = 0; + Private *priv = nullptr; + IO::EventDispatcher *event_disp = nullptr; std::vector files; public: