DLL-related changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-09-14 16:37:24 +00:00
parent 8fdca65cf2
commit fbcb41664b
5 changed files with 38 additions and 13 deletions

View File

@@ -182,7 +182,7 @@ struct WXDLLEXPORT wxStringData
{
#endif //WXSTRING_IS_WXOBJECT
friend class wxArrayString;
friend class WXDLLEXPORT wxArrayString;
// NB: special care was taken in arrangin the member functions in such order
// that all inline functions can be effectively inlined
@@ -788,7 +788,7 @@ public:
@memo probably the most commonly used array type - array of strings
*/
// ----------------------------------------------------------------------------
class wxArrayString
class WXDLLEXPORT wxArrayString
{
public:
/** @name ctors and dtor */