| Index: src/vm/multi_hashset.h
|
| diff --git a/src/vm/multi_hashset.h b/src/vm/multi_hashset.h
|
| index 262865a6f992d4a4cef07a582e0bde2f278e77f8..1cc939ea18b1a7a025a476a78359ae145a269cce 100644
|
| --- a/src/vm/multi_hashset.h
|
| +++ b/src/vm/multi_hashset.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "src/vm/hash_map.h"
|
|
|
| -namespace fletch {
|
| +namespace dartino {
|
|
|
| // MultiHashSet:
|
| // Interface is kept as close as possible to std::unordered_map, but:
|
| @@ -54,6 +54,6 @@ class MultiHashSet : public UnorderedHashTable<Key, Pair<Key, int>,
|
| }
|
| };
|
|
|
| -} // namespace fletch
|
| +} // namespace dartino
|
|
|
| #endif // SRC_VM_MULTI_HASHSET_H_
|
|
|