diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-03-15 14:42:31 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-03-15 14:42:31 (GMT) |
commit | 68d037d25824bcddfbb1316a221cd7a15ed109c2 (patch) | |
tree | c3b0d6c65c4808fd1782871febb8339488e96400 /SwifTools/Notifier/NullNotifier.h | |
parent | c21680c195929a943270b436e4a5329edb3d6cea (diff) | |
download | swift-contrib-68d037d25824bcddfbb1316a221cd7a15ed109c2.zip swift-contrib-68d037d25824bcddfbb1316a221cd7a15ed109c2.tar.bz2 |
Fix compilation error
Diffstat (limited to 'SwifTools/Notifier/NullNotifier.h')
-rw-r--r-- | SwifTools/Notifier/NullNotifier.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SwifTools/Notifier/NullNotifier.h b/SwifTools/Notifier/NullNotifier.h index 576dd85..7d3cc3d 100644 --- a/SwifTools/Notifier/NullNotifier.h +++ b/SwifTools/Notifier/NullNotifier.h @@ -14,5 +14,6 @@ namespace Swift { virtual void showMessage(Type, const std::string&, const std::string&, const boost::filesystem::path&, boost::function<void()>) { } virtual void purgeCallbacks() { + } }; } |