X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76de6a6e2090165e43a3fa2673a6734d295e35bb..1e40f6676a0e403bf9f98ab44d40edab0811499b:/include/wx/thread.h diff --git a/include/wx/thread.h b/include/wx/thread.h index 34b632b39c..10c30ead59 100644 --- a/include/wx/thread.h +++ b/include/wx/thread.h @@ -110,11 +110,11 @@ enum wxMutexType }; // forward declarations -class WXDLLIMPEXP_BASE wxThreadHelper; -class WXDLLIMPEXP_BASE wxConditionInternal; -class WXDLLIMPEXP_BASE wxMutexInternal; -class WXDLLIMPEXP_BASE wxSemaphoreInternal; -class WXDLLIMPEXP_BASE wxThreadInternal; +class WXDLLIMPEXP_FWD_BASE wxThreadHelper; +class WXDLLIMPEXP_FWD_BASE wxConditionInternal; +class WXDLLIMPEXP_FWD_BASE wxMutexInternal; +class WXDLLIMPEXP_FWD_BASE wxSemaphoreInternal; +class WXDLLIMPEXP_FWD_BASE wxThreadInternal; // ---------------------------------------------------------------------------- // A mutex object is a synchronization object whose state is set to signaled