*** 48,8 *** --- 48,10 --- public: // What kind of ciObject is this? bool is_obj_array() { return true; } ciObject* obj_at(int index); + + bool is_flat() { return false; } }; #endif // SHARE_CI_CIOBJARRAY_HPP