]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private.h
corrected DBErrorList DLL export declaration
[wxWidgets.git] / include / wx / msw / private.h
index 46d14af63124a7b3afda140bc9fb416a73d2de47..31954e87c2a8c38b7e2488fa6784fc4c5f796dae 100644 (file)
@@ -325,7 +325,8 @@ struct WinStruct : public T
     WinStruct()
     {
         ::ZeroMemory(this, sizeof(T));
-        // NB: gcc-3.4 would give syntax error without "this->"
+
+        // explicit qualification is required here for this to be valid C++
         this->cbSize = sizeof(T);
     }
 };