]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynarray.h
reSWIGged
[wxWidgets.git] / include / wx / dynarray.h
index a59e853236c4409f60ebb5b9b2edf8199ab74af2..5aa6d149ca046cf44246ab0215a217e6e3904251 100644 (file)
@@ -612,7 +612,7 @@ private:                                                                 \
 // same except that they use an additional __declspec(dllexport) or equivalent
 // under Windows if needed.
 //
-// The first (just EXPORTED) macros do it if wxWindows was compiled as a DLL
+// The first (just EXPORTED) macros do it if wxWidgets was compiled as a DLL
 // and so must be used used inside the library. The second kind (USER_EXPORTED)
 // allow the user code to do it when it wants. This is needed if you have a dll
 // that wants to export a wxArray daubed with your own import/export goo.