Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2011-09-19 18:55:18 +0000
committerDoug Schaefer2011-09-19 18:55:18 +0000
commitc686b86ceb077575d074fe2249dab50143e0ccbb (patch)
tree1bf9e348d5b6f3c0eaa6230036427099b0cd20b3
parent85e252612dc334681de28381babf9fe41bf5e1de (diff)
downloadorg.eclipse.cdt-c686b86ceb077575d074fe2249dab50143e0ccbb.tar.gz
org.eclipse.cdt-c686b86ceb077575d074fe2249dab50143e0ccbb.tar.xz
org.eclipse.cdt-c686b86ceb077575d074fe2249dab50143e0ccbb.zip
Bug 241717 - Fix header file too.
-rw-r--r--core/org.eclipse.cdt.ui.tests/resources/refactoring/ExtractMethod.rts2
1 files changed, 1 insertions, 1 deletions
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_ */

Back to the top