]> git.saurik.com Git - wxWidgets.git/commitdiff
dllexport buffer classes used by wxString
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 30 Aug 2004 21:31:38 +0000 (21:31 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 30 Aug 2004 21:31:38 +0000 (21:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/buffer.h

index 1396ef5d26fe1a3ef0d5222b8738d7ae8c93954d..976177e3f1f06a464df0a486f5668b237a6b9ce8 100644 (file)
@@ -22,7 +22,7 @@
 // ----------------------------------------------------------------------------
 
 #define DEFINE_BUFFER(classname, chartype, strdupfunc)                      \
-class classname                                                             \
+class WXDLLIMPEXP_BASE classname                                            \
 {                                                                           \
 public:                                                                     \
     classname(const chartype *str)                                          \