mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Build: Replace JUCE_NODISCARD with [[nodiscard]]
This commit is contained in:
parent
045214c986
commit
8b8ae10059
20 changed files with 167 additions and 167 deletions
|
|
@ -185,7 +185,7 @@ public:
|
|||
findPanel = (1 << 2)
|
||||
};
|
||||
|
||||
JUCE_NODISCARD AdditionalComponents with (Type t)
|
||||
[[nodiscard]] AdditionalComponents with (Type t)
|
||||
{
|
||||
auto copy = *this;
|
||||
copy.componentTypes |= t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue