comparison dia/tool_layer.d @ 24:a24c13bb9c98

Builds again.
author "David Bryant <bagnose@gmail.com>"
date Wed, 15 Jul 2009 23:39:29 +0930
parents 17c2df87b459
children 06c30d250c0a
comparison
equal deleted inserted replaced
23:d5cd97f55cb6 24:a24c13bb9c98
1 module dia.tool_layer; 1 module dia.tool_layer;
2 2
3 private { 3 private {
4 import std.stdio; 4 import std.stdio;
5 import cairo_support; 5 import cairo.routines;
6 } 6 }
7 7
8 public { 8 public {
9 import tool; 9 import dia.tool;
10 } 10 }
11 11
12 class ToolLayer : Layer, EventHandler { 12 class ToolLayer : Layer, EventHandler {
13 this(in Tool[] tools, in string name) { 13 this(in Tool[] tools, in string name) {
14 super(name); 14 super(name);