Minor fix to comment

This commit is contained in:
Stephen Seo 2021-11-12 12:16:36 +09:00
parent 5ff32ab42c
commit ee63cc2a7c

View 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: