]> git.saurik.com Git - wxWidgets.git/blobdiff - src/propgrid/propgrid.cpp
adding missing cast
[wxWidgets.git] / src / propgrid / propgrid.cpp
index 0ec16d26c292ff6e110f8d2fedf825d212df0355..021f77cd5f859536f89077d2ced4eb78b48b0253 100644 (file)
@@ -3104,7 +3104,7 @@ bool wxPropertyGrid::ChangePropertyValue( wxPGPropArg id, wxVariant newValue )
 
 // -----------------------------------------------------------------------
 
-wxVariant wxPropertyGrid::GetPendingEditedValue()
+wxVariant wxPropertyGrid::GetUncommittedPropertyValue()
 {
     wxPGProperty* prop = GetSelectedProperty();