string_view refactor

This commit is contained in:
Jack Andersen
2017-11-12 20:13:32 -10:00
parent 420dcee552
commit cb5d22eed6
18 changed files with 98 additions and 94 deletions

View File

@@ -94,7 +94,7 @@ struct WindowWayland : IWindow
{
GraphicsContextWayland m_gfxCtx;
WindowWayland(const std::string& title)
WindowWayland(std::string_view title)
: m_gfxCtx(IGraphicsContext::EGraphicsAPI::OpenGL3_3, this)
{