Skip to content

Commit 94f4080

Browse files
krkkAtkinsSJ
authored andcommitted
GMLPlayground: Remove one DeprecatedString usage
1 parent 5fd4d34 commit 94f4080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Userland/DevTools/GMLPlayground/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
5555

5656
window->show();
5757

58-
if (DeprecatedString(path).is_empty()) {
58+
if (path.is_empty()) {
5959
main_widget->editor().set_text(R"~~~(@GUI::Frame {
6060
layout: @GUI::VerticalBoxLayout {
6161
}

0 commit comments

Comments
 (0)