1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
ed 2021-12-01 13:05:06 +00:00
parent 1059f7b022
commit fc0f6b1f2f
27 changed files with 12 additions and 71 deletions

View file

@ -26,10 +26,6 @@
namespace juce
{
ApplicationProperties::ApplicationProperties()
{
}
ApplicationProperties::~ApplicationProperties()
{
closeFiles();

View file

@ -57,7 +57,7 @@ public:
Before using it, you must call setStorageParameters() to give it the info
it needs to create the property files.
*/
ApplicationProperties();
ApplicationProperties() = default;
/** Destructor. */
~ApplicationProperties();