1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00

Fixed some incorrect documentation in ValueWithDefault and added some unit tests to the class

This commit is contained in:
ed 2018-12-18 14:07:48 +00:00
parent c29eea44e3
commit e5204bafe9
3 changed files with 115 additions and 2 deletions

View file

@ -39,6 +39,7 @@
#include "values/juce_ValueTree.cpp"
#include "values/juce_ValueTreeSynchroniser.cpp"
#include "values/juce_CachedValue.cpp"
#include "values/juce_ValueWithDefault.cpp"
#include "undomanager/juce_UndoManager.cpp"
#include "app_properties/juce_ApplicationProperties.cpp"
#include "app_properties/juce_PropertiesFile.cpp"