typo
This commit is contained in:
parent
8118002942
commit
289810e299
@ -59,7 +59,7 @@ static RclMonitor *makeMonitor();
|
|||||||
while we create the watches)*/
|
while we create the watches)*/
|
||||||
class WalkCB : public FsTreeWalkerCB {
|
class WalkCB : public FsTreeWalkerCB {
|
||||||
public:
|
public:
|
||||||
WalkCB(RclConfig *conf, RclMonitor *mon, RclMonEventQueue *queue
|
WalkCB(RclConfig *conf, RclMonitor *mon, RclMonEventQueue *queue,
|
||||||
FsTreeWalker& walker)
|
FsTreeWalker& walker)
|
||||||
: m_config(conf), m_mon(mon), m_queue(queue), m_walker(walker)
|
: m_config(conf), m_mon(mon), m_queue(queue), m_walker(walker)
|
||||||
{}
|
{}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user