diff dwtx/jface/text/contentassist/AdditionalInfoController.d @ 139:93a6ec48fd28

Regexp throws removal in interfaces
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:31:41 +0200
parents b6bad70d540a
children 26688fec6d23
line wrap: on
line diff
--- a/dwtx/jface/text/contentassist/AdditionalInfoController.d	Sun Aug 24 02:26:23 2008 +0200
+++ b/dwtx/jface/text/contentassist/AdditionalInfoController.d	Sun Aug 24 02:31:41 2008 +0200
@@ -348,7 +348,7 @@
         }
 
         private bool isExt5(ICompletionProposal p) {
-            return p instanceof ICompletionProposalExtension5;
+            return cast(ICompletionProposalExtension5)p;
         }
 
         ICompletionProposal getCurrentProposal() {