operators == and != are const (part of patch 1622125)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4f6eaf5ee2
commit
633f0196de
@ -198,9 +198,9 @@ Sets the width.
|
||||
Assignment operator.
|
||||
|
||||
|
||||
\func{bool}{operator $==$}{\param{const wxSize\& }{sz}}
|
||||
\constfunc{bool}{operator $==$}{\param{const wxSize\& }{sz}}
|
||||
|
||||
\func{bool}{operator $!=$}{\param{const wxSize\& }{sz}}
|
||||
\constfunc{bool}{operator $!=$}{\param{const wxSize\& }{sz}}
|
||||
|
||||
\func{wxSize}{operator $+$}{\param{const wxSize\& }{sz}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user