From a98c3541b725f6bbb2e7d49201f4469d4548dac7 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周六, 07 12月 2019 18:13:59 +0800 Subject: [PATCH] modified cmake scripts for easy export and import --- 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