1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

A small documentation fix

This commit is contained in:
tpoole 2017-09-07 11:30:39 +01:00
parent 8aca5604eb
commit 142bebbb92

View file

@ -106,8 +106,8 @@ public:
/** Sets an icon to show in the title bar, next to the title.
A copy is made internally of the image, so the caller can delete the
image after calling this. If 0 is passed-in, any existing icon will be
removed.
image after calling this. If an empty Image is passed-in, any existing icon
will be removed.
*/
void setIcon (const Image& imageToUse);