]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/configitem.cpp
Cleaned up some comments, reorganized some code
[wxWidgets.git] / utils / configtool / src / configitem.cpp
index 01e8c4d1cbcad192f8a00e58e9b1277a83e8dc86..1add25620a06bebad0cab7b043ebc235ef39fa36 100644 (file)
@@ -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();