minor correction
diff --git a/model/sync-app-socket.h b/model/sync-app-socket.h
index 29f8dc1..fb2d271 100644
--- a/model/sync-app-socket.h
+++ b/model/sync-app-socket.h
@@ -68,7 +68,7 @@
    *
 	 * @param the prefix for the participant
    */
-	bool remove (const std::string &prefix) {return m_syncLogic->remove(prefix);}
+	void remove (const std::string &prefix) {m_syncLogic.remove(prefix);}
 
 private:
   CcnxWrapperPtr m_ccnxHandle;