fixed another throw statement

pull/3897/head
muebau 2024-05-26 22:08:01 +02:00
rodzic 97e4eec5be
commit 46f6a257d0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -117,7 +117,7 @@ public:
{
if (width > 32)
{
throw std::invalid_argument("maximal width is 32");
width = 32;
}
pixels.clear();