From 6e01b0d8d5f8e06b218c9fd24d06048b4aef30a7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 29 Dec 2013 06:20:09 +0800 Subject: [PATCH] Monitor.vala --- Monitor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monitor.vala b/Monitor.vala index 1932ab0f..60726638 100644 --- a/Monitor.vala +++ b/Monitor.vala @@ -33,7 +33,7 @@ public class MonitorNamePathDir { } } -static void onEventHander (FileMonitor fm, File f_orig, File of_orig, FileMonitorEvent event_type); +delegate void onEventHander (FileMonitor fm, File f_orig, File of_orig, FileMonitorEvent event_type); /** -- 2.39.2