eco
Tomato Guru
102 Posts |
Posted - Feb 10 2004 : 03:28:59 AM
|
Frequently VA Go on forward class definition instead of real class definition.
ie.
file1.h class X;
file2.h class X { public: X( ); };
file.cpp
X::X( ) <- here if i click on Go to definition of X, VA bring me to file1.h : grrrr ! { }
|
|