1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Removed some legacy friend class declarations that are no longer needed with modern compilers

This commit is contained in:
jules 2018-06-13 16:58:36 +01:00
parent 6d55fe78fe
commit 974b4a8351
56 changed files with 64 additions and 179 deletions

View file

@ -246,7 +246,6 @@ public:
private:
//==============================================================================
struct ActionSet;
friend struct ContainerDeletePolicy<ActionSet>;
OwnedArray<ActionSet> transactions, stashedFutureTransactions;
String newTransactionName;
int totalUnitsStored = 0, maxNumUnitsToKeep = 0, minimumTransactionsToKeep = 0, nextIndex = 0;