]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textentry.h
Fix border size computation in wxAuiTabArt.
[wxWidgets.git] / include / wx / msw / textentry.h
index c42ef8d89d076302166cd7fb193192578263d458..511797d90ff097f65c76432c0528410fed566553 100644 (file)
@@ -75,7 +75,9 @@ protected:
     // wxUSE_OLE as OleInitialize() is not called then
 #if wxUSE_OLE
     virtual bool DoAutoCompleteStrings(const wxArrayString& choices);
+#if wxUSE_DYNLIB_CLASS
     virtual bool DoAutoCompleteFileNames(int flags);
+#endif // wxUSE_DYNLIB_CLASS
     virtual bool DoAutoCompleteCustom(wxTextCompleter *completer);
 #endif // wxUSE_OLE