From: Stephen Seo Date: Fri, 12 Nov 2021 03:16:36 +0000 (+0900) Subject: Minor fix to comment X-Git-Url: https://git.seodisparate.com/stephenseo/static/annotated.html?a=commitdiff_plain;h=ee63cc2a7c39a78a6054854df9fdeea217c4deaf;p=EN605.617.81.FA21_StephenSeo_DitheringProject Minor fix to comment --- diff --git a/src/image.h b/src/image.h index 6a30902..15bcad5 100644 --- a/src/image.h +++ b/src/image.h @@ -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: