]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stopwatch.h
Make wxPGValidationInfo class instead of struct, re-document it (used at least by...
[wxWidgets.git] / interface / wx / stopwatch.h
index 3dfba4a146301708c94bae18f837840140c9f03c..bd06d1d38b642a75020a2bcb9fddfb1ed42e5a44 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxStopWatch
-    @wxheader{stopwatch.h}
 
     The wxStopWatch class allow you to measure time intervals. For example, you may
     use it to measure the time elapsed by some function: