diff --git a/src/gfx/pal_packing.cpp b/src/gfx/pal_packing.cpp index bff907d7..30d040f0 100644 --- a/src/gfx/pal_packing.cpp +++ b/src/gfx/pal_packing.cpp @@ -370,7 +370,7 @@ std::tuple, size_t> }; // Begin with all proto-palettes queued up for insertion - std::queue queue(std::deque(Iota{0}, Iota{protoPalettes.size()})); + std::queue queue(std::deque(Iota{0}, Iota{protoPalettes.size()})); // Begin with no pages std::vector assignments{};