Index: src/vm/sort.h |
diff --git a/src/vm/sort.h b/src/vm/sort.h |
index 2830a5484d308bd3abd76abcdae0bd4f0dee12c9..0243bf41ec2f769751f12a35fa5f781682c4cbc0 100644 |
--- a/src/vm/sort.h |
+++ b/src/vm/sort.h |
@@ -7,7 +7,7 @@ |
#include "src/shared/assert.h" |
-namespace fletch { |
+namespace dartino { |
typedef bool (*VoidCompare)(uint8* a, uint8* b); |
@@ -33,6 +33,6 @@ void Sort(T* from, size_t elements, |
reinterpret_cast<VoidCompare>(compare)); |
} |
-} // namespace fletch |
+} // namespace dartino |
#endif // SRC_VM_SORT_H_ |