From e6305de74271ed4dd526888a217388f825d3b8fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Thu, 16 Sep 2010 11:15:21 +0200 Subject: Fix compilation on linux. 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) { + virtual void showMessage(Type, const String&, const String&, const boost::filesystem::path&, boost::function) { } }; } -- cgit v0.10.2-6-g49f6