]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/settings.cpp
moving things to private headers
[wxWidgets.git] / src / mgl / settings.cpp
index 63fc4576cae4f4e7e8c47ad91262930aafe4377e..93224a6c295b4a39777d213084a44708e6489362 100644 (file)
@@ -48,7 +48,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxSystemSettingsModule, wxModule)
 
 wxColour wxSystemSettingsNative::GetColour(wxSystemColour WXUNUSED(index))
 {
-    // not implemented, the mean is in wxUniversal
+    // overridden by wxSystemSettings::GetColour in wxUniversal
     return wxColour(0,0,0);
 }