[fibre-cpp] fix function calls with multiple args

This commit is contained in:
Samuel Sadok
2021-04-14 22:03:58 -04:00
committed by PAJohnson
parent eb2d8573ef
commit fe71fe8510
7 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
DEFINE_LOG_TOPIC(LIBFIBRE);
USE_LOG_TOPIC(LIBFIBRE);
static const struct LibFibreVersion libfibre_version = { 0, 1, 1 };
static const struct LibFibreVersion libfibre_version = { 0, 1, 2 };
class FIBRE_PRIVATE ExternalEventLoop final : public fibre::EventLoop {
public: