wxLayoutAlignment m_alignment;
private:
- DECLARE_DYNAMIC_CLASS_NO_COPY(wxQueryLayoutInfoEvent)
+ DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxQueryLayoutInfoEvent)
};
typedef void (wxEvtHandler::*wxQueryLayoutInfoEventFunction)(wxQueryLayoutInfoEvent&);
wxRect m_rect;
private:
- DECLARE_DYNAMIC_CLASS_NO_COPY(wxCalculateLayoutEvent)
+ DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCalculateLayoutEvent)
};
typedef void (wxEvtHandler::*wxCalculateLayoutEventFunction)(wxCalculateLayoutEvent&);