mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-16 07:47:58 +01:00
Regularize casts as (int), so they are easier to find and review
This commit is contained in:
@@ -288,7 +288,7 @@ const UndoState &UndoManager::SetStateTo
|
||||
|
||||
current = n;
|
||||
|
||||
if (current == int(stack.size()-1)) {
|
||||
if (current == (int)(stack.size()-1)) {
|
||||
*selectedRegion = stack[current]->state.selectedRegion;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user