1 // $Id$
2 //
3 //  Copyright (C) 2003-2006 Rational Discovery LLC
4 //
5 //  @@ All Rights Reserved @@
6 //  This file is part of the RDKit.
7 //  The contents are covered by the terms of the BSD license
8 //  which is included in the file license.txt, found at the root
9 //  of the RDKit source tree.
10 //
11 
12 #include "CatalogParams.h"
13 
14 namespace RDCatalog {
~CatalogParams()15 CatalogParams::~CatalogParams(){};
16 }
17