]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stringimpl.h
use WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is for core, not gl, library)
[wxWidgets.git] / include / wx / stringimpl.h
index 4669549eb493b3653794d97f828b904a0e13bea1..6f4f8fba63f487ec226db410139ada373884df95 100644 (file)
@@ -198,6 +198,7 @@ public:
         typedef ptr_type pointer;                                             \
         typedef int difference_type;                                          \
                                                                               \
+        iterator_name() : m_ptr(NULL) { }                                     \
         iterator_name(pointer ptr) : m_ptr(ptr) { }                           \
                                                                               \
         reference operator*() const { return *m_ptr; }                        \