mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
14 lines
186 B
C++
Executable File
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() {}
|
|
|
|
}
|