Fix compiling of booTest

This commit is contained in:
Phillip Stephens 2018-05-20 08:31:01 -07:00
parent 578432eb2f
commit c7d878a755
1 changed files with 1 additions and 1 deletions

View File

@ -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;