Minor fix to comment
This commit is contained in:
parent
5ff32ab42c
commit
ee63cc2a7c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue