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_ */