[keel,studio,turbine] Finish removing implicit String(const char*) calls
This commit is contained in:
@@ -14,7 +14,7 @@ namespace turbine {
|
||||
|
||||
ox::String getClipboardText(Context &ctx) noexcept {
|
||||
auto &gctx = static_cast<GlfwContext&>(ctx);
|
||||
return glfwGetClipboardString(gctx.window);
|
||||
return ox::String(glfwGetClipboardString(gctx.window));
|
||||
}
|
||||
|
||||
void setClipboardText(Context &ctx, ox::CRStringView text) noexcept {
|
||||
|
Reference in New Issue
Block a user