X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FLiason.h;h=4be47ca1225f1c9fa559b0e83d8819759be45caf;hb=dbd7a961fc46bb10c85bdd8c7fb6626477ae63d8;hp=c40b4277aee787778202a6d7e890953c8cea7541;hpb=d4ee9c38b6aa45146f67658352623bcbc3e0ad9b;p=lyx.git diff --git a/src/frontends/Liason.h b/src/frontends/Liason.h index c40b4277ae..4be47ca122 100644 --- a/src/frontends/Liason.h +++ b/src/frontends/Liason.h @@ -16,7 +16,7 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. + * Copyright 1995-2001 The LyX Team. * * This file Copyright 2000 * Allan Rae @@ -30,6 +30,8 @@ #pragma interface #endif +#include "LString.h" + class PrinterParams; class Buffer; class LyXView; @@ -52,7 +54,7 @@ namespace Liason { /// print the current buffer bool printBuffer(Buffer *, PrinterParams const &); /// set the minibuffer - void setMinibuffer(LyXView *, char const * msg); + void setMinibuffer(LyXView *, string const & msg); //@} } // namespace Liason