Remove extra semicolon while GCC being pedantic.

This commit is contained in:
Biswapriyo Nath
2020-12-12 11:15:04 +05:30
parent e2af015a57
commit c65f2cb3fb
5 changed files with 7 additions and 7 deletions

View File

@@ -161,4 +161,4 @@ int CMeshRenderer::DrawSorted(unsigned int iIndex,const aiMatrix4x4& mWorld) {
return 1;
}
};
}

View File

@@ -2143,7 +2143,7 @@ INT_PTR CALLBACK AboutMessageProc(HWND hwndDlg,UINT uMsg,
}
return FALSE;
}
};
}
using namespace AssimpView;