From 65454077a8c63b50adda4e8c6095c8f00675c4d2 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周日, 08 3月 2020 21:45:16 +0800 Subject: [PATCH] Merge branch 'feature/pc_identifiers' of https://github.com/open-license-manager/open-license-manager.git into feature/pc_identifiers --- src/library/locate/EnvironmentVarLocation.hpp | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/library/locate/EnvironmentVarLocation.hpp b/src/library/locate/EnvironmentVarLocation.hpp index b2f9b6a..636b827 100644 --- a/src/library/locate/EnvironmentVarLocation.hpp +++ b/src/library/locate/EnvironmentVarLocation.hpp @@ -13,15 +13,14 @@ namespace license { namespace locate { -class EnvironmentVarLocation: public LocatorStrategy { - +class EnvironmentVarLocation : public LocatorStrategy { public: EnvironmentVarLocation(); - virtual const std::vector<std::string> license_locations(EventRegistry& eventRegistry); + const virtual std::vector<std::string> license_locations(EventRegistry& eventRegistry); virtual ~EnvironmentVarLocation(); }; -} -} +} // namespace locate +} // namespace license #endif /* SRC_LIBRARY_LOCATE_ENVIRONMENTVARLOCATION_H_ */ -- Gitblit v1.9.1