1
0
Fork 0
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:
reuk 2022-09-06 11:58:43 +01:00
parent 045214c986
commit 8b8ae10059
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
20 changed files with 167 additions and 167 deletions

View file

@ -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;