From e8c593b7b39d06cfdc6abd41b1ae732032308cba Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 29 Dec 2013 06:20:56 +0800 Subject: [PATCH] Monitor.vala --- Monitor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monitor.vala b/Monitor.vala index 60726638..0048526a 100644 --- a/Monitor.vala +++ b/Monitor.vala @@ -123,7 +123,7 @@ public class Monitor : Object * * */ - public void monitor(string path, onEventHander fn = null, int depth = 0) + public void monitor(string path, onEventHander fn , int depth = 0) { // print("ADD: " + path) -- 2.39.2