]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/mainpages/devtips.h
use -Woverloaded-virtual if g++ supports it
[wxWidgets.git] / docs / doxygen / mainpages / devtips.h
index 3aa29be9acab0ddfc319c5e9047763607cb430a1..02acccbb3ea06f350e92e4c47a9d009ed5510227 100644 (file)
@@ -429,7 +429,7 @@ the end of the program if wxWidgets is suitably configured. Depending on the
 operating system and compiler, more or less specific information about the
 problem will be logged.
 
-You should also use @ref group_funcmacro_debugging as part of a "defensive
+You should also use @ref group_funcmacro_debug as part of a "defensive
 programming" strategy, scattering wxASSERT()s liberally to test for problems in
 your code as early as possible. Forward thinking will save a surprising amount
 of time in the long run.