Don't declare wxPropertyGridManager::SetColumnTitle if wxUSE_HEADERCTRL == 0.

This method already has no definition in this case so there is no reason to declare it.
This commit is contained in:
Artur Wieczorek
2015-05-31 18:05:53 +02:00
parent f6d5f9728c
commit 5decea57f4

View File

@@ -538,6 +538,7 @@ public:
return p->GetParentState()->DoSelectProperty(p, focus);
}
#if wxUSE_HEADERCTRL
/**
Sets a column title. Default title for column 0 is "Property",
and "Value" for column 1.
@@ -546,6 +547,7 @@ public:
member function will make it visible.
*/
void SetColumnTitle( int idx, const wxString& title );
#endif // wxUSE_HEADERCTRL
/**
Sets number of columns on given page (default is current page).