]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/variant.cpp
added missing WXDLLEXPORT
[wxWidgets.git] / src / common / variant.cpp
index 6449a5fdd4aba61af4a32c36e52fcd1c0efc4451..859f722a799739a856055f178520eb7d45a68877 100644 (file)
@@ -1810,7 +1810,7 @@ void wxVariant::operator= (const TIMESTAMP_STRUCT* value)
 
 #endif // wxUSE_ODBC
 
-bool wxVariant::operator==(const wxArrayString& value) const
+bool wxVariant::operator==(const wxArrayString& WXUNUSED(value)) const
 {
     wxFAIL_MSG( _T("TODO") );