diff --git a/specter/lib/RootView.cpp b/specter/lib/RootView.cpp index 49789fd12..b9f22ed2b 100644 --- a/specter/lib/RootView.cpp +++ b/specter/lib/RootView.cpp @@ -12,7 +12,7 @@ RootView::RootView(IViewManager& viewMan, ViewResources& res, boo::IWindow* wind { window->setCallback(&m_events); boo::SWindowRect rect = window->getWindowFrame(); - commitResources(res, [&](boo::IGraphicsDataFactory::Context& ctx) -> bool + commitResources(res, [&](boo::IGraphicsDataFactory::Context& ctx) { buildResources(ctx, res); m_splitMenuSystem.emplace(*this, ctx);