Index: generic/xotclInt.h =================================================================== diff -u -r6b3921be54ad92034e563a09300ab2e4f49645aa -r1c11937f4f0aea905fbedfbb9c2d1782b08833f5 --- generic/xotclInt.h (.../xotclInt.h) (revision 6b3921be54ad92034e563a09300ab2e4f49645aa) +++ generic/xotclInt.h (.../xotclInt.h) (revision 1c11937f4f0aea905fbedfbb9c2d1782b08833f5) @@ -1,7 +1,7 @@ /* -*- Mode: c++ -*- * Extended Object Tcl (XOTcl) * - * Copyright (C) 1999-2009 Gustaf Neumann, Uwe Zdun + * Copyright (C) 1999-2010 Gustaf Neumann, Uwe Zdun * * xotclInt.h -- * @@ -515,8 +515,8 @@ } XOTclObjects; typedef struct XOTclClassOpt { - XOTclCmdList *instfilters; - XOTclCmdList *instmixins; + XOTclCmdList *classfilters; + XOTclCmdList *classmixins; XOTclCmdList *isObjectMixinOf; XOTclCmdList *isClassMixinOf; XOTclAssertionStore *assertions;