Refactor rename bug?
Posted: Thu Jun 12, 2014 11:58 am
Two structs:
struct A
{
int i;
};
struct B
{
int i;
};
When I rename struct B's member 'i', struct A''s member 'i' also appear in the file list. Is it a bug?
struct A
{
int i;
};
struct B
{
int i;
};
When I rename struct B's member 'i', struct A''s member 'i' also appear in the file list. Is it a bug?