Skip to content

Commit

Permalink
fix MoreTabs friending the wrong thing
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Oct 7, 2023
1 parent bed8801 commit 2ecc2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/include/MoreTabs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace editor_api {

CCMenuItemToggler* createTab(const char* icon, CCObject* target, SEL_MenuHandler selector);

friend struct MoreTabsUI;
friend struct ::MoreTabsUI;

public:
int addCreateTab(const char* icon, EditButtonBar* content);
Expand Down

0 comments on commit 2ecc2db

Please sign in to comment.