From 897303206e87db7616b8c5f11b894c94b1047e7c Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周一, 08 9月 2014 05:59:02 +0800 Subject: [PATCH] Merge branch 'master' of https://github.com/open-license-manager/open-license-manager.git --- src/license-generator/license-generator.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/license-generator/license-generator.h b/src/license-generator/license-generator.h index 5df7744..612c9a6 100644 --- a/src/license-generator/license-generator.h +++ b/src/license-generator/license-generator.h @@ -24,7 +24,7 @@ static void printHelp(const char* prog_name, const po::options_description& options); static po::options_description configureProgramOptions(); static vector<FullLicenseInfo> parseLicenseInfo(po::variables_map vm); - static void generateAndOutptuLicenses(const po::variables_map& vm, + static void generateAndOutputLicenses(const po::variables_map& vm, ostream& outputFile); static string normalize_date(const std::string& s); public: -- Gitblit v1.9.1