]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/buffer.h
fixed bug in Set() on DST days (patch 1097811)
[wxWidgets.git] / include / wx / buffer.h
index 85c986a3e90e21527deca61ecb3ee15ab4990b3c..976177e3f1f06a464df0a486f5668b237a6b9ce8 100644 (file)
@@ -9,8 +9,6 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-// these classes are for private use only for now, they're not documented
-
 #ifndef _WX_BUFFER_H
 #define _WX_BUFFER_H
 
@@ -24,7 +22,7 @@
 // ----------------------------------------------------------------------------
 
 #define DEFINE_BUFFER(classname, chartype, strdupfunc)                      \
-class classname                                                             \
+class WXDLLIMPEXP_BASE classname                                            \
 {                                                                           \
 public:                                                                     \
     classname(const chartype *str)                                          \