From a182e9ce5e0da3cc98603ed27819405812d7fab1 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 31 Mar 2021 09:52:24 +0300 Subject: This should be a static method Change-Id: I70b725d42a91151e0c1f2f1fedc4be18433a7cf4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113397 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- include/unotest/bootstrapfixturebase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/unotest/bootstrapfixturebase.hxx b/include/unotest/bootstrapfixturebase.hxx index ac0e1166f8a6..11650df8c4d5 100644 --- a/include/unotest/bootstrapfixturebase.hxx +++ b/include/unotest/bootstrapfixturebase.hxx @@ -66,7 +66,7 @@ public: virtual void setUp() override; virtual void tearDown() override; - bool isWindowsRDP() const; + static bool isWindowsRDP(); }; } -- cgit