]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing dllimpexp declaration, added missing GetFailureBehavior() implementation
authorJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 30 Sep 2008 15:36:52 +0000 (15:36 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 30 Sep 2008 15:36:52 +0000 (15:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/propgrid.h

index 8737abd2af05d02d047ee0e0ba69cc882d6fd3db..c535312ef7cafc7d82d78e443ab92e20545fdd20 100644 (file)
@@ -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.