Skip to content

Commit

Permalink
remove a compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
greglandrum committed May 13, 2014
1 parent 71fa65f commit 4665bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/GraphMol/FragCatalog/FragCatGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
// which is included in the file license.txt, found at the root
// of the RDKit source tree.
//
#ifndef _RD_FRAG_CAT_GENERATOR_H_
#define _RD_FRAG_CAT_GENRATOR_H_
#ifndef RD_FRAG_CAT_GENERATOR_H
#define RD_FRAG_CAT_GENERATOR_H

#include <Catalogs/Catalog.h>
#include "FragCatalogEntry.h"
Expand Down

0 comments on commit 4665bbb

Please sign in to comment.