1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00

Added a getUndoManager() method to CachedValue and ValueWithDefault and made CachedValue weak referenceable

This commit is contained in:
ed 2018-12-18 12:33:43 +00:00
parent f67d2e01be
commit c29eea44e3
3 changed files with 12 additions and 9 deletions

View file

@ -144,11 +144,6 @@ public:
expect (t["testkey"] == var());
}
beginTest ("reset value");
{
}
}
};