X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/451c13c85ce4338db0853cfc1f148f8c92eaf91c..d8eff331e23435d9d8d6483a40f6fd9997a13f87:/samples/opengl/penguin/penguin.h diff --git a/samples/opengl/penguin/penguin.h b/samples/opengl/penguin/penguin.h index b5aae0eea1..3f25590907 100644 --- a/samples/opengl/penguin/penguin.h +++ b/samples/opengl/penguin/penguin.h @@ -100,7 +100,7 @@ private: GLData m_gldata; DXFRenderer m_renderer; - DECLARE_NO_COPY_CLASS(TestGLCanvas) + wxDECLARE_NO_COPY_CLASS(TestGLCanvas); DECLARE_EVENT_TABLE() };