changeset 169:a52ddf7c3a8f

add missing return value in StyledText.getKeyBinding
author Thomas Graber <d4rkdragon@gmail.com>
date Fri, 22 Feb 2008 18:44:56 +0100
parents 219551956439
children bef543dec5c3
files dwt/custom/StyledText.d
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.