From 289810e299ddab169969e88750bf2a04e3b211e2 Mon Sep 17 00:00:00 2001 From: dockes Date: Wed, 18 Nov 2009 13:46:15 +0000 Subject: [PATCH] typo --- src/index/rclmonrcv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index/rclmonrcv.cpp b/src/index/rclmonrcv.cpp index 5e81e2b7..a9d46363 100644 --- a/src/index/rclmonrcv.cpp +++ b/src/index/rclmonrcv.cpp @@ -59,7 +59,7 @@ static RclMonitor *makeMonitor(); while we create the watches)*/ class WalkCB : public FsTreeWalkerCB { public: - WalkCB(RclConfig *conf, RclMonitor *mon, RclMonEventQueue *queue + WalkCB(RclConfig *conf, RclMonitor *mon, RclMonEventQueue *queue, FsTreeWalker& walker) : m_config(conf), m_mon(mon), m_queue(queue), m_walker(walker) {}