From ff98d4b3df98899fa82ac5f0623dd1e1dad85def Mon Sep 17 00:00:00 2001
From: Gabriele Contini <gcontini@users.noreply.github.com>
Date: 周六, 01 2月 2020 00:11:31 +0800
Subject: [PATCH] Deploy documentation to gh-pages branch (#74)

---
 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