diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 9d30ceaa..365d6da1 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -5239,7 +5239,7 @@ class SetTargetIDLayer { } class SetTextPopupDelegate { - virtual void setIDPopupClosed(void*, std::string) {} + virtual void setIDPopupClosed(void*, gd::string) {} } class SetupAnimationPopup : FLAlertLayer {