Fix a typo.
parent
d1eeb80e1a
commit
a6e4672df1
|
@ -89,7 +89,7 @@ public:
|
|||
}
|
||||
|
||||
void clear() {
|
||||
if(mData.empty() {
|
||||
if(mData.empty()) {
|
||||
mDoc = nullptr;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue