add missing trailing quote in a #warning (#9769)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-07-21 16:58:06 +00:00
parent 305a46fd55
commit 51157e65e8

View File

@@ -31,7 +31,7 @@
// wxScreenDC
//-----------------------------------------------------------------------------
#warning "FIXME: this doesn't work (neither single app nor multiapp core)
#warning "FIXME: this doesn't work (neither single app nor multiapp core)"
// FIXME: maybe use a subsurface as well?
IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxDC)