mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 01:45:35 -05:00
fix gd::string in SetIDPopupDelegate
This commit is contained in:
parent
39793e95ac
commit
37e58c05a0
1 changed files with 1 additions and 1 deletions
|
@ -5239,7 +5239,7 @@ class SetTargetIDLayer {
|
|||
}
|
||||
|
||||
class SetTextPopupDelegate {
|
||||
virtual void setIDPopupClosed(void*, std::string) {}
|
||||
virtual void setIDPopupClosed(void*, gd::string) {}
|
||||
}
|
||||
|
||||
class SetupAnimationPopup : FLAlertLayer {
|
||||
|
|
Loading…
Reference in a new issue