diff --git a/common/rdm/PidStoreLoader.h b/common/rdm/PidStoreLoader.h index d6708d9b4..d97ab4c95 100644 --- a/common/rdm/PidStoreLoader.h +++ b/common/rdm/PidStoreLoader.h @@ -71,9 +71,8 @@ class PidStoreLoader { * contents. * @returns A pointer to a new RootPidStore or NULL if loading failed. */ - const RootPidStore *LoadFromStream(std::istream *data, - bool validate = true); - + const RootPidStore *LoadFromStream(std::istream *data, bool validate = true); +const RootPidStore *LoadManufacturerNames(const std::string &file); private: typedef std::map PidMap; typedef std::map ManufacturerMap;