diff ast/Stmt.d @ 204:227d6a8fb574

Added some random stuff...
author Anders Johnsen <skabet@gmail.com>
date Mon, 11 Aug 2008 21:27:44 +0200
parents 28beb8b110ee
children
line wrap: on
line diff
--- a/ast/Stmt.d	Mon Aug 11 19:43:17 2008 +0200
+++ b/ast/Stmt.d	Mon Aug 11 21:27:44 2008 +0200
@@ -5,7 +5,7 @@
   */
 class Stmt
 {
-    bool isCompundStmt() { return false; }
+    bool isCompoundStmt() { return false; }
     CompoundStmt asCompoundStmt() { return null; }
 
     bool isDeclStmt() { return false; }