OpenVMS changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2007-05-16 10:04:24 +00:00
parent 729b47568a
commit 0f0223d38a
6 changed files with 29 additions and 7 deletions

View File

@@ -215,3 +215,14 @@ void wxGUIAppTraits::SetLocale()
}
#endif
wxString
wxGUIAppTraits::GetStandardCmdLineOptions(wxArrayString& names,
wxArrayString& desc) const
{
wxString usage;
wxUnusedVar(names);
wxUnusedVar(desc);
return usage;
}