bagdger: fix compile errors

This commit is contained in:
Hylke Bons 2011-06-28 17:33:49 +01:00
parent fcd3e68039
commit 4bea4e51db

View file

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