blob: 3e5adc687aab0d0725d7561e1efd76e25d3a703d [file] [log] [blame]
// Copyright 2015 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "update_engine/payload_generator/graph_types.h"
namespace chromeos_update_engine {
const Vertex::Index Vertex::kInvalidIndex = static_cast<Vertex::Index>(-1);
} // chromeos_update_engine