Gabriele Contini
2019-12-14 91e1b0675d531e87a8866ab6595692a3fa52c322
src/library/locate/ApplicationFolder.hpp
@@ -18,11 +18,11 @@
class ApplicationFolder: public LocatorStrategy {
public:
   ApplicationFolder();
   virtual const std::vector<std::string> license_locations(EventRegistry& eventRegistry);
   const virtual std::vector<std::string> license_locations(EventRegistry& eventRegistry);
   virtual ~ApplicationFolder();
};
}
}  // namespace locate
} /* namespace license */
#endif /* SRC_LIBRARY_RETRIEVERS_APPLICATIONFOLDER_H_ */