Bug 656331 - XPCOM binary component loading never checks mVersion, r=bz

This commit is contained in:
Benjamin Smedberg
2011-05-11 13:03:38 -04:00
parent 0076e2504d
commit 0b64a75387
2 changed files with 3 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ namespace mozilla {
*/
struct Module
{
static const int kVersion = 6;
static const unsigned int kVersion = 6;
struct CIDEntry;