Added missing dllimpexp declaration, added missing GetFailureBehavior() implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d4b7035be4
commit
47e343c6bf
@ -347,7 +347,7 @@ typedef wxByte wxPGVFBFlags;
|
||||
actually perform validation. Mostly used in custom property
|
||||
classes.
|
||||
*/
|
||||
class wxPGValidationInfo
|
||||
class WXDLLIMPEXP_PROPGRID wxPGValidationInfo
|
||||
{
|
||||
friend class wxPropertyGrid;
|
||||
public:
|
||||
@ -355,7 +355,8 @@ public:
|
||||
@return Returns failure behavior which is a combination of
|
||||
@ref propgrid_vfbflags.
|
||||
*/
|
||||
wxPGVFBFlags GetFailureBehavior();
|
||||
wxPGVFBFlags GetFailureBehavior() const
|
||||
{ return m_failureBehavior; }
|
||||
|
||||
/**
|
||||
Returns current failure message.
|
||||
|
Loading…
Reference in New Issue
Block a user