gcontini
2019-11-24 41f5c3e313bfb77b525b1e6a4b5cea82b42fabbc
src/library/locate/EnvironmentVarData.hpp
@@ -18,12 +18,12 @@
public:
   EnvironmentVarData();
   virtual const std::vector<std::string> license_locations(EventRegistry& eventRegistr);
   virtual const std::string retrieve_license_content(const std::string &licenseLocation) const;
   const virtual std::vector<std::string> license_locations(EventRegistry& eventRegistr);
   const virtual std::string retrieve_license_content(const std::string& licenseLocation) const;
   virtual ~EnvironmentVarData();
};
}
}
}  // namespace locate
}  // namespace license
#endif