Skip to content

Commit

Permalink
Fixes build with Boost 1.66+.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Apr 28, 2018
1 parent c71bbdd commit f57b03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/fscp/src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ namespace fscp

if (item != m_presentation_store_map.end())
{
return boost::make_optional<presentation_store>(item->second);
return boost::optional<presentation_store>(item->second);
}
else
{
Expand Down

0 comments on commit f57b03d

Please sign in to comment.