]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/snglinst.cpp
Added space under label since it was too close to first radio button.
[wxWidgets.git] / src / msw / snglinst.cpp
index 0f9ba062766526045fd48a4250adf5f7b7751cc6..ab93c3d66b5e224185e947ee7bd405bda81467d3 100644 (file)
@@ -102,7 +102,7 @@ private:
 // ============================================================================
 
 bool wxSingleInstanceChecker::Create(const wxString& name,
-                                     const wxString& path)
+                                     const wxString& WXUNUSED(path))
 {
     wxASSERT_MSG( !m_impl,
                   _T("calling wxSingleInstanceChecker::Create() twice?") );