Kaydet (Commit) c6f919c7 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

we don't need to cast here

Change-Id: I260c7a050c5998e5dca634ea5d5f43742bf604fe
üst 200e0c8d
......@@ -729,7 +729,7 @@ void Splitter::DataChanged( const DataChangedEvent& rDCEvt )
Window::DataChanged( rDCEvt );
if( rDCEvt.GetType() == DATACHANGED_SETTINGS )
{
AllSettings* pOldSettings = static_cast<AllSettings*>(rDCEvt.GetData());
const AllSettings* pOldSettings = rDCEvt.GetOldSettings();
if(!pOldSettings)
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment