Skip to content

Commit a399f80

Browse files
committed
cortex: support for newer boost
1 parent 40527f5 commit a399f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IECoreImage/ClientDisplayDriver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ClientDisplayDriver::ClientDisplayDriver( const Imath::Box2i &displayWindow, con
111111

112112
if (error)
113113
{
114-
throw Exception("Could not connect to remote display driver server: " + error.message());
114+
throw Exception( std::string( "Could not connect to remote display driver server : " ) + error.message() );
115115
}
116116
}
117117

0 commit comments

Comments
 (0)