X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07b6378fcb2fade6cb360254beeccf2bc81f4a36..cd7ff8087b7c08f0cbece41a5a23d114d2c69eb6:/include/wx/access.h diff --git a/include/wx/access.h b/include/wx/access.h index 4e674f0e7f..3d51a307cd 100644 --- a/include/wx/access.h +++ b/include/wx/access.h @@ -324,6 +324,7 @@ public: virtual wxAccStatus GetFocus(int* WXUNUSED(childId), wxAccessible** WXUNUSED(child)) { return wxACC_NOT_IMPLEMENTED; } +#if wxUSE_VARIANT // Gets a variant representing the selected children // of this object. // Acceptable values: @@ -334,6 +335,7 @@ public: // - a "void*" pointer to a wxAccessible child object virtual wxAccStatus GetSelections(wxVariant* WXUNUSED(selections)) { return wxACC_NOT_IMPLEMENTED; } +#endif // wxUSE_VARIANT // Accessors