cmake: Fix remaining compile issues

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2020-01-23 02:16:21 +01:00
parent acd4d4b356
commit 08713db947
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ namespace datapath {
* @param std::shared_ptr<datapath::isocket> Socket.
* @return void
*/
datapath::event<bool&, std::shared_ptr<datapath::isocket>> _on_accept;
datapath::event<bool&, std::shared_ptr<datapath::isocket>> on_accept;
public:
virtual datapath::error close() = 0;