]> git.seodisparate.com - EN605.617.81.FA21_StephenSeo_DitheringProject/commitdiff
Minor fix to comment
authorStephen Seo <seo.disparate@gmail.com>
Fri, 12 Nov 2021 03:16:36 +0000 (12:16 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 12 Nov 2021 03:16:36 +0000 (12:16 +0900)
src/image.h

index 6a30902292212bcc6c382251f01973e9181d9f9b..15bcad580bf5fcd91d17427bdd17feaab5455f96 100644 (file)
@@ -69,7 +69,7 @@ class Image {
    */
   bool SaveAsPPM(const std::string &filename, bool overwrite,
                  bool packed = true);
-  /// Same as SaveAsPPM(const std::string &filename)
+  /// Same as SaveAsPPM()
   bool SaveAsPPM(const char *filename, bool overwrite, bool packed = true);
 
  private: