]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/toplvcmn.cpp
fixes for harmless mingw32 warnings
[wxWidgets.git] / src / common / toplvcmn.cpp
index 3abc4cb2da6e0151dcaa3d75de6f9659daed0e3c..7dfc0060af07b69ff1b6bcb1b087f63b131f3e2e 100644 (file)
@@ -265,4 +265,9 @@ void wxTopLevelWindowBase::DoUpdateWindowUI(wxUpdateUIEvent& event)
     }
 }
 
-// vi:sts=4:sw=4:et
+void wxTopLevelWindowBase::RequestUserAttention(int WXUNUSED(flags))
+{
+    // it's probably better than do nothing, isn't it?
+    Raise();
+}
+