]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynlib.cpp
1. wxWizard supports setting images for each page, sample updated to show it
[wxWidgets.git] / src / common / dynlib.cpp
index 1ab0a358f8819d00a497d80fa2e781841a116af2..876f60c07d21b1471ee27f16c6a0f2ab793b81c9 100644 (file)
@@ -48,6 +48,7 @@
 #elif defined(HAVE_SHL_LOAD)
 #   define wxDllOpen(lib)                shl_load(lib.fn_str(), BIND_DEFERRED, 0)
 #   define wxDllClose      shl_unload
+
     static inline void *wxDllGetSymbol(shl_t handle, const wxString& name)
     {
         void *sym;