Applied patch [ 796736 ] unicode and various warnings fixes for configtool util
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -261,7 +261,7 @@ void ctConfigItem::InitProperties()
|
||||
|
||||
/// Do additional actions to apply the property to the internal
|
||||
/// representation.
|
||||
void ctConfigItem::ApplyProperty(ctProperty* prop, const wxVariant& oldValue)
|
||||
void ctConfigItem::ApplyProperty(ctProperty* prop, const wxVariant& WXUNUSED(oldValue))
|
||||
{
|
||||
ctConfigToolDoc* doc = GetDocument();
|
||||
bool oldModified = doc->IsModified();
|
||||
|
Reference in New Issue
Block a user