Fix crash in matrix when pixelbuf is copied.

master
Zed A. Shaw 2 months ago
parent f88eca9cd9
commit cdbd83ded7
  1. 2
      amt/matrix.hpp

@ -164,7 +164,7 @@ namespace amt {
} }
private: private:
pointer m_data; pointer m_data{};
size_type m_row{}; size_type m_row{};
size_type m_col{}; size_type m_col{};
}; };

Loading…
Cancel
Save