]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fldlgcmn.cpp
Added a check for a '.' in the column name before prepending a table name to the...
[wxWidgets.git] / src / common / fldlgcmn.cpp
index 512c5a3a70f156181cabc82644fba4d403a616ec..bbdbe0d46865059b1f7592d56978a7b95df8857e 100644 (file)
@@ -42,7 +42,7 @@ wxFileDialogBase::wxFileDialogBase(wxWindow *parent,
                                    const wxString& defaultFile,
                                    const wxString& wildCard,
                                    long style,
-                                   const wxPoint& pos)
+                                   const wxPoint& WXUNUSED(pos))
 {
     m_parent = parent;
     m_message = message;