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:
parent
dc31d0ff00
commit
cd1247ae42
@ -17,7 +17,7 @@ CellLocation::CellLocation()
|
||||
col = -1;
|
||||
row = -1;
|
||||
|
||||
cell = NULL;
|
||||
cell.clear();
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE_XLSX
|
||||
|
Loading…
x
Reference in New Issue
Block a user