Re: joehe - r33288 - abiword/branches/gsoc2013tables/src/text/fmt/xp
Hubert Figuière <[email protected]> Mon, 22 Jul 2013 11:05:32 -0400
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
On 22/07/13 10:57 AM, [email protected] wrote: > +bool fp_TableContainer::isThisBroken(void) const > + bool isThisBroken(); I doubt this will even compile since there is a mismatch in the method signatures between declaration and definition. Hub