aboutsummaryrefslogtreecommitdiff
path: root/src/binres/binres.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/binres/binres.hpp')
-rw-r--r--src/binres/binres.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binres/binres.hpp b/src/binres/binres.hpp
index e2e3f51..cf48c14 100644
--- a/src/binres/binres.hpp
+++ b/src/binres/binres.hpp
@@ -26,7 +26,7 @@ wxBitmap LoadPNG(std::string icon, wxSize size);
* @brief Load an icon from embedded binary resources
*
* @param icon
- * @return wxBitmap
+ * @return wxBitmap the image or wxNullBitmap if not found
*/
wxBitmap LoadPNG(std::string icon);