Making sure code compiles with STL library that comes with OSX 10.9
diff --git a/src/sync-logic.h b/src/sync-logic.h
index e18a01b..3b7df8c 100644
--- a/src/sync-logic.h
+++ b/src/sync-logic.h
@@ -72,7 +72,7 @@
public:
//typedef boost::function< void ( const std::string &/*prefix*/, const SeqNo &/*newSeq*/, const SeqNo &/*oldSeq*/ ) > LogicUpdateCallback;
typedef boost::function< void (const std::vector<MissingDataInfo> & ) > LogicUpdateCallback;
- typedef boost::function< void ( const std::string &/*prefix*/ ) > LogicRemoveCallback;
+ typedef boost::function< void (const std::string &/*prefix*/ ) > LogicRemoveCallback;
typedef boost::function< void (const std::string &)> LogicPerBranchCallback;
/**