* src/tgba/tgbacomplement.cc (state_complement): Remove the copy
constructor. It does the same thing as the default copy constructor, and g++ 4.2.3 complained that the copy constructor of spot::state was not called. Reported by Denis Poitrenaud.
Please register or sign in to comment