mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 07:36:26 +00:00
string_view refactor
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user