Fix harmless virtual function hiding warning in wxMSW build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 13:34:25 +0000 (13:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 13:34:25 +0000 (13:34 +0000)
commitd965bcda31851460b34d491706e1d6b589eb1dd1
tree5cb82e2b17bbab64dc28fb6a9ee619411260f7a1
parentecad27577fd4e949d8e3a271d32f685b42972d57
Fix harmless virtual function hiding warning in wxMSW build.

Override the other StrokeLines() overload in wxGDIPlusContext just to avoid
the warning about hiding a base class virtual method from MinGW compiler.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/graphics.cpp