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

FileBasedDocument: Add missing const specifier

This commit is contained in:
reuk 2021-11-22 12:26:55 +00:00
parent cc8a9ca896
commit 9d913e4e80
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -72,7 +72,7 @@ public:
}
//==============================================================================
bool hasChangedSinceSaved()
bool hasChangedSinceSaved() const
{
return changedSinceSave;
}