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/LicenseReader.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/library/LicenseReader.hpp b/src/library/LicenseReader.hpp index de3bfa0..bad939e 100644 --- a/src/library/LicenseReader.hpp +++ b/src/library/LicenseReader.hpp @@ -55,7 +55,7 @@ public: LicenseReader(const LicenseLocation* licenseLocation); - EventRegistry readLicenses(const std::string& product, std::vector<FullLicenseInfo>& licenseInfoOut); + EventRegistry readLicenses(const std::string& product, std::vector<FullLicenseInfo>& licenseInfoOut) const; virtual ~LicenseReader(); }; } // namespace license -- Gitblit v1.9.1