feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Feb 24 2009 : 10:09:22 AM
|
Can you define "does not work"?
If you rename a parameter name in the implementation the parameter name is not renamed in the declaration. This is currently a known limitation:
case=1140
If you want to rename the parameter name in both declaration and implementation then use Change Signature to change the parameter name.
Remember there is no requirement in C++ for the parameter name to match in the implementation and declaration. It is confusing if they are different, but it is valid. |
zen is the art of being at one with the two'ness |
|
|