From c686b86ceb077575d074fe2249dab50143e0ccbb Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Mon, 19 Sep 2011 14:55:18 -0400 Subject: [PATCH] Bug 241717 - Fix header file too. --- .../resources/refactoring/ExtractMethod.rts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui.tests/resources/refactoring/ExtractMethod.rts b/core/org.eclipse.cdt.ui.tests/resources/refactoring/ExtractMethod.rts index 070f7372ca4..4ecde97741d 100644 --- a/core/org.eclipse.cdt.ui.tests/resources/refactoring/ExtractMethod.rts +++ b/core/org.eclipse.cdt.ui.tests/resources/refactoring/ExtractMethod.rts @@ -2189,7 +2189,7 @@ public: virtual ~Test(); private: void test(); - RetType exp(); + RetValueType exp(); }; #endif /* TEST_H_ */