Remove extra semicolon while GCC being pedantic.
This commit is contained in:
@@ -161,4 +161,4 @@ int CMeshRenderer::DrawSorted(unsigned int iIndex,const aiMatrix4x4& mWorld) {
|
||||
|
||||
return 1;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -2143,7 +2143,7 @@ INT_PTR CALLBACK AboutMessageProc(HWND hwndDlg,UINT uMsg,
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
using namespace AssimpView;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user