mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #113] [CLOSED] Eliminating compilation warning from CtrlLib::PopUpList class #162
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/113
Author: @klugier
Created: 10/31/2022
Status: ❌ Closed
Base:
master← Head:klugier/compilation-warning-ctrllib-pop-up-list📝 Commits (1)
e086487Eliminating compilation warning in CtrlLib::PopUpList📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
uppsrc/CtrlLib/DropChoice.h(+1 -1)📄 Description
friend declaration should do not mix class with struct. So, if the parent structure is declare as struct in friend operation we should use exactly the same keyword. In the context of our code PopUpList has this problem.
Tested with ARM Clang on macOS.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.