diff options
Diffstat (limited to 'src/Document.cxx')
| -rw-r--r-- | src/Document.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Document.cxx b/src/Document.cxx index 711f314e4..0f71ba843 100644 --- a/src/Document.cxx +++ b/src/Document.cxx @@ -473,7 +473,7 @@ void Document::ClearLevels() {  	Levels()->ClearLevels();  } -static bool IsSubordinate(int levelStart, int levelTry) { +static bool IsSubordinate(int levelStart, int levelTry) noexcept {  	if (levelTry & SC_FOLDLEVELWHITEFLAG)  		return true;  	else  | 
