Id: pack StringHolder class

Change-Id: If2c10725d60a0c2aaada515649bd33738e5d1de5
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-11-30 11:44:36 +01:00
parent b3b3b41a7f
commit 7225f300dc

View File

@@ -84,8 +84,8 @@ public:
} }
} }
int n; int n;
const char *str;
uint h; uint h;
const char *str;
}; };
static bool operator==(const StringHolder &sh1, const StringHolder &sh2) static bool operator==(const StringHolder &sh1, const StringHolder &sh2)