mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
silence a warning
This commit is contained in:
parent
4b4bc0eb9b
commit
69f2934768
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ void MDTextArea::onGDLevel(CCObject* pSender) {
|
|||
void MDTextArea::onGeodeMod(CCObject* sender) {
|
||||
auto href = as<CCString*>(as<CCNode*>(sender)->getUserObject());
|
||||
auto modID = std::string(href->getCString());
|
||||
openInfoPopup(modID.substr(modID.find(":") + 1));
|
||||
(void)openInfoPopup(modID.substr(modID.find(":") + 1));
|
||||
}
|
||||
|
||||
void MDTextArea::FLAlert_Clicked(FLAlertLayer* layer, bool btn) {
|
||||
|
|
Loading…
Reference in a new issue