znakeeye
Tomato Guru
379 Posts |
Posted - Feb 15 2008 : 11:17:32 AM
|
// foo.cpp foo(int x)
If I rename "x" to "y", it is not renamed in foo.h. I know some programmers do not specify the variable name in the header, but if a name is indeed specified, one does certainly want it to match the one in the cpp-file.
VAX 1626, VS 2008, XP SP2. |
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Feb 15 2008 : 8:54:55 PM
|
If you post bug reports to the "General Release" or "Public Beta" sections of the forum they should be adressed more quickly. This section is for suggestions and ideas, so I leave this until last and focus on bug reports when there is a lot to do.
Having rename also update the declaration is on our list of things to do. For now use Change Signature instead, which does update the declaration:
case=1140 |
zen is the art of being at one with the two'ness |
Edited by - feline on Feb 15 2008 8:59:38 PM |
|
|