summaryrefslogtreecommitdiff
path: root/src/gui/widgets/extendedlistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/extendedlistmodel.h')
-rw-r--r--src/gui/widgets/extendedlistmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/extendedlistmodel.h b/src/gui/widgets/extendedlistmodel.h
index 48b75dc95..536323b36 100644
--- a/src/gui/widgets/extendedlistmodel.h
+++ b/src/gui/widgets/extendedlistmodel.h
@@ -28,7 +28,7 @@
class ExtendedListModel : public gcn::ListModel
{
public:
- virtual const Image *getImageAt(int i) = 0;
+ virtual const Image *getImageAt(int i) A_WARN_UNUSED = 0;
};
#endif