Ticket #41335: patch-include-openbabel-alias.h.diff

File patch-include-openbabel-alias.h.diff, 507 bytes (added by gezelter@…, 11 years ago)

include/openbabel/alias.h patch

  • include/openbabel/alias.h

    old new  
    115115  }
    116116  bool        FromNameLookup(OBMol& mol, const unsigned int atomindex);
    117117#ifdef HAVE_SHARED_POINTER
    118   typedef std::vector< std::pair<std::string, shared_ptr<OBSmartsPattern> > > SmartsTable;
     118  typedef std::vector< std::pair<std::string, obsharedptr<OBSmartsPattern> > > SmartsTable;
    119119  static bool LoadFile(SmartsTable& smtable);
    120120#endif
    121121};