projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add missing space to fix r73681 changes.
[wxWidgets.git]
/
samples
/
opengl
/
penguin
/
penguin.h
diff --git
a/samples/opengl/penguin/penguin.h
b/samples/opengl/penguin/penguin.h
index b5aae0eea17088e043e9b076e1b774e6868d34fc..3f2559090719e8abcac7c56b3aeb0910dfa0bb2f 100644
(file)
--- a/
samples/opengl/penguin/penguin.h
+++ b/
samples/opengl/penguin/penguin.h
@@
-100,7
+100,7
@@
private:
GLData m_gldata;
DXFRenderer m_renderer;
GLData m_gldata;
DXFRenderer m_renderer;
- DECLARE_NO_COPY_CLASS(TestGLCanvas)
+ wxDECLARE_NO_COPY_CLASS(TestGLCanvas);
DECLARE_EVENT_TABLE()
};
DECLARE_EVENT_TABLE()
};