open-license-manager
2014-07-28 911e67dc2540e1974ba67faef9dcfd4f27e52ba6
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: