On Wed, Jan 09, 2002 at 01:14:31PM +0100, Jean-Marc Lasgouttes wrote:
> Maybe you had a problem because you had your own version in.
>
> JMarc
Yeah, that was it. (functionally equivalent to yours btw ;-)
Martin
msg31203/pgp0.pgp
Description: PGP signature
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> FuncStatus.h seems not in CVS. Attached. ...and thx for doing
Martin> the rest :-)
It is in:
http://www.lyx.org/cgi-bin/cvsweb.cgi/lyx-devel/src/FuncStatus.h
Maybe you had a problem because you had your own version in.
JMarc
FuncStatus.h seems not in CVS. Attached.
...and thx for doing the rest :-)
-- Martin
// -*- C++ -*-
#ifndef FUNC_STATUS_H
#define FUNC_STATUS_H
/// The status of a function.
class FuncStatus
{
private:
enum StatusCodes {
///
OK = 0,
/