From ee63cc2a7c39a78a6054854df9fdeea217c4deaf Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 12 Nov 2021 12:16:36 +0900 Subject: [PATCH] Minor fix to comment --- src/image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: