# HG changeset patch # User Thomas Graber # Date 1203702296 -3600 # Node ID a52ddf7c3a8fbbee633fc2638abcdb16c2506ec6 # Parent 219551956439074255538186578ed6cf76306f83 add missing return value in StyledText.getKeyBinding diff -r 219551956439 -r a52ddf7c3a8f dwt/custom/StyledText.d --- a/dwt/custom/StyledText.d Thu Feb 21 18:07:04 2008 +0100 +++ b/dwt/custom/StyledText.d Fri Feb 22 18:44:56 2008 +0100 @@ -3452,6 +3452,7 @@ if( auto p = key in keyActionMap ){ return *p; } + return DWT.NULL; } /** * Gets the number of characters.