comparison doodle/main/prog/doodler.d @ 132:bc5baa585b32

Updated to dmd 2.060
author David Bryant <bagnose@gmail.com>
date Thu, 02 Aug 2012 15:32:43 +0930
parents a98116479793
children
comparison
equal deleted inserted replaced
130:1bc3475624d3 132:bc5baa585b32
24 import gtk.VBox; 24 import gtk.VBox;
25 25
26 import std.stdio; 26 import std.stdio;
27 } 27 }
28 28
29 final class TopLevel : private IToolStackObserver { 29 final class TopLevel : /*private*/ IToolStackObserver {
30 this(string[] args) { 30 this(string[] args) {
31 Main.init(args); 31 Main.init(args);
32 auto window = new MainWindow("Doodle"); 32 auto window = new MainWindow("Doodle");
33 auto vbox = new VBox(false, 0); 33 auto vbox = new VBox(false, 0);
34 34