test/UnitClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 11f5c6759ef412be02e9e7b43c20dcaa422071e4 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Tue Jun 20 09:34:16 2017 +0200 test: fix clang -Werror,-Winconsistent-missing-override Change-Id: Id3d8f979502de3e805d75a94da610543d935909a diff --git a/test/UnitClient.cpp b/test/UnitClient.cpp index 5d29516c..7461aa28 100644 --- a/test/UnitClient.cpp +++ b/test/UnitClient.cpp @@ -35,7 +35,7 @@ public: _worker.join(); } - virtual bool filterAlertAllusers(const std::string & msg) + bool filterAlertAllusers(const std::string & msg) override { std::cout << "Alert: " << msg << "\n"; return false; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits