Kaydet (Commit) 927d35c9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:cstylecast

Change-Id: I2c0f37376455db1c131327c9a7a6b7b35765d556
üst 2c101973
...@@ -131,7 +131,7 @@ void ArgEdit::KeyInput( const KeyEvent& rKEvt ) ...@@ -131,7 +131,7 @@ void ArgEdit::KeyInput( const KeyEvent& rKEvt )
if ( bDoScroll ) if ( bDoScroll )
{ {
pSlider->SetThumbPos( nThumb ); pSlider->SetThumbPos( nThumb );
((Link<>&)pSlider->GetEndScrollHdl()).Call( pSlider ); pSlider->GetEndScrollHdl().Call( pSlider );
} }
else if ( bChangeFocus ) else if ( bChangeFocus )
{ {
......
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