]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
remove MSVC warnings about DLL-exported class inheriting from non DLL-exported one...
[wxWidgets.git] / src / msw / app.cpp
index 8222bb7060ed3c1c3a4a41340fcf3a2fee5d26a8..50df7cdeff693eaa46c5d098b41e64be2905cfd0 100644 (file)
@@ -122,7 +122,7 @@ extern void wxSetKeyboardHook(bool doIt);
 struct ClassRegInfo
 {
     // the base name of the class: this is used to construct the unique name in
-    // RegisterClassWithUniqueNames()
+    // wxApp::GetRegisteredClassName()
     wxString basename;
 
     // the name of the registered class with and without CS_[HV]REDRAW styles