Fix a typo.

pull/3755/head
Kim Kulling 2021-04-12 23:19:00 +02:00 committed by GitHub
parent d1eeb80e1a
commit a6e4672df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public:
}
void clear() {
if(mData.empty() {
if(mData.empty()) {
mDoc = nullptr;
return;
}