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