mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
This commit is contained in:
parent
a63bec1972
commit
b48a4e7856
12 changed files with 77 additions and 76 deletions
|
|
@ -55,7 +55,7 @@ static const tchar* const propertyTagName = T("VALUE");
|
|||
//==============================================================================
|
||||
PropertiesFile::PropertiesFile (const File& f,
|
||||
const int millisecondsBeforeSaving,
|
||||
const int options_)
|
||||
const int options_) throw()
|
||||
: PropertySet (ignoreCaseOfKeyNames),
|
||||
file (f),
|
||||
timerInterval (millisecondsBeforeSaving),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue