projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Adjust x,y parameters by pizza scroll offset in DoSetSize
[wxWidgets.git]
/
include
/
wx
/
cmdargs.h
diff --git
a/include/wx/cmdargs.h
b/include/wx/cmdargs.h
index a120c45870fd7cc6e6be3d22bda227398c09ffd4..3f99cb50eb783363f404dade28fc834866535e6b 100644
(file)
--- a/
include/wx/cmdargs.h
+++ b/
include/wx/cmdargs.h
@@
-136,7
+136,7
@@
private:
mutable char **m_argsA;
mutable wchar_t **m_argsW;
mutable char **m_argsA;
mutable wchar_t **m_argsW;
- DECLARE_NO_COPY_CLASS(wxCmdLineArgsArray)
+ wxDECLARE_NO_COPY_CLASS(wxCmdLineArgsArray);
};
// provide global operator overload for compatibility with the existing code
};
// provide global operator overload for compatibility with the existing code