diff options
Diffstat (limited to 'src/gui/widgets/icon.h')
-rw-r--r-- | src/gui/widgets/icon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/icon.h b/src/gui/widgets/icon.h index e630339d8..5e7d1564f 100644 --- a/src/gui/widgets/icon.h +++ b/src/gui/widgets/icon.h @@ -57,7 +57,7 @@ class Icon final : public Widget ~Icon(); - /** + /** * Gets the current Image. */ Image *getImage() const A_WARN_UNUSED |