projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
OpenGL for iPhone
[wxWidgets.git]
/
src
/
palmos
/
snglinst.cpp
diff --git
a/src/palmos/snglinst.cpp
b/src/palmos/snglinst.cpp
index a4a0ff8d25822614736e3de45ceb245741e44be7..f795c8289b75585a82f1fdd905226d62476e05ca 100644
(file)
--- a/
src/palmos/snglinst.cpp
+++ b/
src/palmos/snglinst.cpp
@@
-68,7
+68,7
@@
private:
// the mutex handle, may be NULL
HANDLE m_hMutex;
- DECLARE_NO_COPY_CLASS(wxSingleInstanceCheckerImpl)
+ wxDECLARE_NO_COPY_CLASS(wxSingleInstanceCheckerImpl);
};
// ============================================================================