From 0383805b72953ebaa00806a3a39f722e29beb5af Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 03 11月 2019 15:35:29 +0800 Subject: [PATCH] issue #42 (first part) --- src/library/locate/LocatorStrategy.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/library/locate/LocatorStrategy.cpp b/src/library/locate/LocatorStrategy.cpp index fc7f3ab..e1319b2 100644 --- a/src/library/locate/LocatorStrategy.cpp +++ b/src/library/locate/LocatorStrategy.cpp @@ -14,7 +14,7 @@ namespace locate { using namespace std; -const string LocatorStrategy::retrieveLicense( +const string LocatorStrategy::retrieve_license_content( const string &licenseLocation) const { return get_file_contents(licenseLocation.c_str(), MAX_LICENSE_LENGTH); } -- Gitblit v1.9.1