Files
rdkit/Code/Catalogs/CatalogEntry.cpp

14 lines
186 B
C++
Executable File

// $Id$
//
// Copyright (C) 2004-2006 Rational Discovery LLC
//
// @@ All Rights Reserved @@
//
#include "CatalogEntry.h"
namespace RDCatalog {
CatalogEntry::~CatalogEntry() {}
}