diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-09-16 09:15:21 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-09-16 09:15:21 (GMT) |
commit | e6305de74271ed4dd526888a217388f825d3b8fb (patch) | |
tree | 991e91aade5d23f50f5c33e10f82f132322d92fe /SwifTools | |
parent | 204fcbb61fc2e1042190ad1538084693ba4ea56d (diff) | |
download | swift-contrib-e6305de74271ed4dd526888a217388f825d3b8fb.zip swift-contrib-e6305de74271ed4dd526888a217388f825d3b8fb.tar.bz2 |
Fix compilation on linux.
Diffstat (limited to 'SwifTools')
-rw-r--r-- | SwifTools/Notifier/NullNotifier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SwifTools/Notifier/NullNotifier.h b/SwifTools/Notifier/NullNotifier.h index d278e4f..e97329b 100644 --- a/SwifTools/Notifier/NullNotifier.h +++ b/SwifTools/Notifier/NullNotifier.h @@ -11,7 +11,7 @@ namespace Swift { class NullNotifier : public Notifier { public: - virtual void showMessage(Type, const String&, const String&, const ByteArray&, boost::function<void()>) { + virtual void showMessage(Type, const String&, const String&, const boost::filesystem::path&, boost::function<void()>) { } }; } |