projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
37fa909
)
compilation fix
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 8 Oct 2001 15:01:27 +0000
(15:01 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 8 Oct 2001 15:01:27 +0000
(15:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11884
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/glcanvas.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/glcanvas.cpp
b/src/msw/glcanvas.cpp
index e73a9a9181a1106efe877066eab43a05d9d32c86..d6d33ffab7e5b002019a4e440f53ff9b8900a3da 100644
(file)
--- a/
src/msw/glcanvas.cpp
+++ b/
src/msw/glcanvas.cpp
@@
-278,7
+278,7
@@
bool wxGLCanvas::Create(wxWindow *parent,
{
wxLogLastError(wxT("RegisterClass(wxGLCanvasClassNameNoRedraw)"));
- ::UnregisterClass(wxGLCanvasClass, wxhInstance());
+ ::UnregisterClass(wxGLCanvasClass
Name
, wxhInstance());
return FALSE;
}