Index: src/vm/object_list.h |
diff --git a/src/vm/object_list.h b/src/vm/object_list.h |
index 1e1c0550e70f9b5253929932970c797d55b7b7d4..0cd34ea29930f70c2e49b9cd2ae963554a0d3f5d 100644 |
--- a/src/vm/object_list.h |
+++ b/src/vm/object_list.h |
@@ -10,7 +10,7 @@ |
#include "src/vm/object.h" |
-namespace fletch { |
+namespace dartino { |
class ObjectList { |
public: |
@@ -43,6 +43,6 @@ class ObjectList { |
int length_; |
}; |
-} // namespace fletch |
+} // namespace dartino |
#endif // SRC_VM_OBJECT_LIST_H_ |