1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00

Fix CellLocation constructor pointer

This commit is contained in:
Nikolay Fomin 2018-11-09 09:42:16 +03:00
parent dc31d0ff00
commit cd1247ae42

View File

@ -17,7 +17,7 @@ CellLocation::CellLocation()
col = -1; col = -1;
row = -1; row = -1;
cell = NULL; cell.clear();
} }
QT_END_NAMESPACE_XLSX QT_END_NAMESPACE_XLSX