bug: uses wrong list counter, which incurs an array overflow/undefined behaviour...
[AROS-Contrib.git] / libs / desktop / trashcaniconobserver.h
blobec01f2fa54433ee212f515684cac9e65c59864bf
2 #ifndef TRASHCANICONOBSERVERCLASS_H
3 # define TRASHCANICONOBSERVERCLASS_H
5 struct TrashcanIconObserverClassData
7 ULONG dummy;
8 };
11 #endif