X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..e7c240da70308b5e54bf8bcc9813b5c4e4fece4d:/include/wx/gtk1/dialog.h?ds=sidebyside diff --git a/include/wx/gtk1/dialog.h b/include/wx/gtk1/dialog.h index 9b617d9083..099dd51d74 100644 --- a/include/wx/gtk1/dialog.h +++ b/include/wx/gtk1/dialog.h @@ -5,7 +5,7 @@ // Created: // Id: $Id$ // Copyright: (c) 1998 Robert Roebling -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __GTKDIALOGH__ @@ -21,19 +21,19 @@ // classes //----------------------------------------------------------------------------- -class wxDialog; +class WXDLLIMPEXP_CORE wxDialog; //----------------------------------------------------------------------------- // global data //----------------------------------------------------------------------------- -extern const wxChar *wxDialogNameStr; +extern WXDLLIMPEXP_CORE const wxChar *wxDialogNameStr; //----------------------------------------------------------------------------- // wxDialog //----------------------------------------------------------------------------- -class wxDialog: public wxDialogBase +class WXDLLIMPEXP_CORE wxDialog: public wxDialogBase { public: wxDialog() { Init(); }