>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Jean-Marc Lasgouttes wrote: >>>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Abdelrazak> Jean-Marc Lasgouttes wrote: >>>>>>>>> "younes" == younes <[EMAIL PROTECTED]> writes: younes> + /// are we in texted?. younes> + /// inlined out because >>>> of profiling results under linux when younes> + // opening a >>>> document. younes> + inline bool inTexted() const; Abdel, are you >>>> sure this is a proper syntax? My compiler complains with >> Abdelrazak> By the way, 'insetlatexaccent.h' uses the same syntax: >> Abdelrazak> inline bool canDisplay(); >> Abdelrazak> Don't you have a warning for this one? >> No, because this one is defined later in the header file. This is >> different from putting it in the .C file only. Abdelrazak> From a compiler POV, this should not matter really. Not when compiling dociterator.o, but it sound more complicated when compiling another file. JMarc