mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Fixed a small streaming bug, tidied up some warnings.
This commit is contained in:
parent
aa98aa03ec
commit
24a121e4dd
12 changed files with 124 additions and 76 deletions
|
|
@ -580,7 +580,7 @@ void CodeDocument::setSavePoint() throw()
|
|||
|
||||
bool CodeDocument::hasChangedSinceSavePoint() const throw()
|
||||
{
|
||||
return currentActionIndex == indexOfSavedState;
|
||||
return currentActionIndex != indexOfSavedState;
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue