Source/BitHolder.m
changeset 14 4585c74d809c
parent 10 6c78cc6bd7a6
child 15 73f8c889f053
     1.1 --- a/Source/BitHolder.m	Thu Jul 03 17:44:30 2008 -0700
     1.2 +++ b/Source/BitHolder.m	Tue Jul 08 20:32:52 2008 -0700
     1.3 @@ -67,7 +67,7 @@
     1.4  
     1.5  - (BOOL) isEmpty    {return self.bit==nil;}
     1.6  
     1.7 -@synthesize highlighted=_highlighted;
     1.8 +@synthesize highlighted=_highlighted, tag=_tag;
     1.9  
    1.10  - (Bit*) canDragBit: (Bit*)bit
    1.11  {