Hi , i set by accident the code in a header file inactive... (with some shortcut..)
does anyone know what i did and/or how i can reactivate the code?
the code between
#ifndef TOOLS_H_ , #define TOOLS_H_ and #endif is gray.
On 10/08/12 11:35, simon dold wrote:
> Hi , i set by accident the code in a header file inactive... (with some
> shortcut..)
> does anyone know what i did and/or how i can reactivate the code?
> the code between
> #ifndef TOOLS_H_ , #define TOOLS_H_ and #endif is gray.
My guess would be that you have an other header included with the same
#define. Use file search to find any "#define TOOLS_H_" in your code. Or
use the "Include Browser" to view the includes of your header.