bagdger: fix compile errors

This commit is contained in:
Hylke Bons 2011-06-28 17:33:49 +01:00
parent 3c452c4ae6
commit 561e5ec71c

View file

@ -16,7 +16,9 @@
using System; using System;
using System.Drawing;
using System.IO; using System.IO;
using System.Collections.Generic;
using MonoMac.AppKit; using MonoMac.AppKit;
using MonoMac.Foundation; using MonoMac.Foundation;
@ -33,7 +35,7 @@ namespace SparkleShare {
public SparkleBadger (string [] paths) public SparkleBadger (string [] paths)
{ {
Paths = paths; this.paths = paths;
} }