Committing in .
OpenVMS compile issues Modified Files: wxWindows/setup.h_vms wxWindows/src/generic/listctrl.cpp wxWindows/utils/dialoged/src/winprop.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2008,6 +2008,10 @@ bool wxScrollBarPropertyInfo::InstantiateResource(wxItemResource *resource)
|
||||
/*
|
||||
* Panels
|
||||
*/
|
||||
#ifdef __VMS
|
||||
// next functions may contain unreacheable code
|
||||
# pragma message disable codcauunr
|
||||
#endif
|
||||
|
||||
wxProperty *wxPanelPropertyInfo::GetProperty(wxString& name)
|
||||
{
|
||||
@@ -2237,6 +2241,9 @@ bool wxPanelPropertyInfo::SetProperty(wxString& name, wxProperty *property)
|
||||
else
|
||||
return wxWindowPropertyInfo::SetProperty(name, property);
|
||||
}
|
||||
#ifdef __VMS
|
||||
# pragma message enable codcauunr
|
||||
#endif
|
||||
|
||||
void wxPanelPropertyInfo::GetPropertyNames(wxStringList& names)
|
||||
{
|
||||
|
Reference in New Issue
Block a user