From c7d878a7557dce0918c284fcb45e22c0398f52cc Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sun, 20 May 2018 08:31:01 -0700 Subject: [PATCH] Fix compiling of booTest --- test/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/main.cpp b/test/main.cpp index 1ffc3de..95643e3 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -281,7 +281,7 @@ struct TestApplicationCallback : IApplicationCallback { IGraphicsDataFactory* factory = self->mainWindow->getLoadContextDataFactory(); - factory->commitTransaction([&](IGraphicsDataFactory::Context& ctx) -> bool + factory->BooCommitTransaction([&](IGraphicsDataFactory::Context& ctx) { /* Create render target */ int x, y, w, h;