correct comment
[AROS.git] / rom / oop / include / static_mid.h
blobb4ce7b704c241c32c8d3ad286866c552ea6f7651
1 #ifndef OOP_STATIC_MID_H
2 #define OOP_STATIC_MID_H
4 /*
5 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #ifndef OOP_OOP_H
10 #include <oop/oop.h>
11 #endif
13 #define STATIC_MID static OOP_MethodID static_mid = 0;
15 #endif /* OOP_STATIC_MID_H */