Merge pull request #260 from Arkshine/feature/more-amtl-conversion

More AMTL conversion - 🔥 CString and CVector
This commit is contained in:
Vincent Herbet
2015-07-16 12:24:06 +02:00
54 changed files with 1025 additions and 1970 deletions

View File

@ -164,7 +164,7 @@ public:
{
if (hashbucket->at(i) == hash)
{
if (key.compare(keybucket->at(i).chars()) == 0)
if (key.compare(keybucket->at(i)) == 0)
{
return &(m_DataBuckets[bucketnum].at(i));
}