diff dwt/accessibility/AccessibleTextListener.d @ 123:63a09873578e

Fixed compile errors
author Jacob Carlborg <doob@me.com>
date Thu, 15 Jan 2009 23:08:54 +0100
parents d8635bb48c7c
children
line wrap: on
line diff
--- a/dwt/accessibility/AccessibleTextListener.d	Wed Dec 31 21:01:13 2008 +0100
+++ b/dwt/accessibility/AccessibleTextListener.d	Thu Jan 15 23:08:54 2009 +0100
@@ -45,7 +45,7 @@
  * @since 3.0
  */
 public interface AccessibleTextListener : DWTEventListener {
-
+    
     /**
      * Sent when an accessibility client requests the current character offset
      * of the text caret.
@@ -60,7 +60,7 @@
      * </ul>
      */
     public void getCaretOffset (AccessibleTextEvent e);
-
+    
     /**
      * Sent when an accessibility client requests the range of the current
      * text selection.