Browse Source

Fix a typo.

Kim Kulling 4 years ago
parent
commit
a6e4672df1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/assimp/XmlParser.h

+ 1 - 1
include/assimp/XmlParser.h

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