Fixed missing int
This commit is contained in:
parent
03f635cae4
commit
6ded85a2c8
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class Image {
|
|||
/// @brief Saves the image to a file.
|
||||
/// Supports the following formats : PNG, BMP, TGA, JPG. The format is determined from the file extension.
|
||||
/// @param filename Path to save the image to.
|
||||
Save(std::string const& filename) const;
|
||||
int Save(std::string const& filename) const;
|
||||
|
||||
int GetWidth() const;
|
||||
int GetHeight() const;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue