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:
Vadim Zeitlin 2007-01-07 14:55:15 +00:00
parent 4f6eaf5ee2
commit 633f0196de

View File

@ -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}}