mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-05 06:44:56 +08:00
Fixing some mistakes in HashMap
This commit is contained in:
parent
1b850a207f
commit
cd8d950117
@ -31,8 +31,7 @@
|
||||
#ifndef Spine_HashMap_h
|
||||
#define Spine_HashMap_h
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
namespace Spine
|
||||
{
|
||||
@ -153,7 +152,7 @@ namespace Spine
|
||||
|
||||
Entry* entry = new Entry();
|
||||
entry->_key = key;
|
||||
entry->_value = inValue;
|
||||
entry->_value = value;
|
||||
|
||||
_hashSize++;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user