Question
Refactor ignores header files. Why?
When I refactor a global variable or function from its definition in a source file, all instances are replaced except the declarations in the header files.
Attempting to refactor from the header file achieves nothing. The new name is immediately replaced with the original name.
This is not ideal.
Does anyone know why this might be happening? A bug, or a project configuration error?
Cheers.
