Fix crash in matrix when pixelbuf is copied.
This commit is contained in:
parent
f88eca9cd9
commit
cdbd83ded7
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ namespace amt {
|
|||
}
|
||||
|
||||
private:
|
||||
pointer m_data;
|
||||
pointer m_data{};
|
||||
size_type m_row{};
|
||||
size_type m_col{};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue