]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/access.h
Dummy implementation for copying bitmaps.
[wxWidgets.git] / include / wx / access.h
index 4e674f0e7f0542a50c34af9c9c10eb2176de1c29..3d51a307cda5bd9c74fef91c31b861a7f950d44b 100644 (file)
@@ -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