]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/buffer.h
fix for Borland compilation
[wxWidgets.git] / include / wx / buffer.h
index e8de10a3c78095743ee54f33b459ea596b908e24..4cc340aa518fa7248e26b58781b93958a3596c5a 100644 (file)
@@ -182,7 +182,7 @@ private:
     struct Data : public wxPrivate::UntypedBufferData
     {
         Data(CharType *str, Kind kind = Owned)
-            : UntypedBufferData(str, kind)
+            : wxPrivate::UntypedBufferData(str, kind)
         {
         }