blob: 1b54e4ea02242b3093338acbd9a714ece4f4a6b0 [file] [log] [blame]
//===----------------------- View.cpp ---------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
/// \file
///
/// This file defines the virtual anchor method in View.h to pin the vtable.
///
//===----------------------------------------------------------------------===//
#include "View.h"
namespace mca {
void View::anchor() {}
} // namespace mca