From a0d1a6fa83ae06ddd739a7a64338194e77a3a8d8 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Sat, 27 May 2017 03:48:38 +0400 Subject: [PATCH] MSW tests build fix: forgotten part of a previous commit Add missing function declaration. This should have been part of a963edc. --- tests/config/regconf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/config/regconf.cpp b/tests/config/regconf.cpp index 0521a18353..9df51863a4 100644 --- a/tests/config/regconf.cpp +++ b/tests/config/regconf.cpp @@ -39,6 +39,7 @@ private: CPPUNIT_TEST_SUITE_END(); void ReadWrite(); + void DeleteRegistryKeyFromRedirectedView(); wxDECLARE_NO_COPY_CLASS(RegConfigTestCase); };