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?

MSVC does not complain...
Hum, maybe gcc needs the 'virtual' keyword. Could you try it please:

        inline virtual bool inMathed() const;
        inline virtual bool inTexted() const;

Abdel.

Reply via email to