X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fclient%2FMessages.h;h=5832f911b7880359fa52792b730009e3e1707079;hb=2906a35663b92030b0668a42ab370dba8ffca4cf;hp=5eb94476ea728c2ce56b100cb399653d0f60eebd;hpb=bacd98eab6ac095dc765859e9c996aa97931bd07;p=lyx.git diff --git a/src/client/Messages.h b/src/client/Messages.h index 5eb94476ea..5832f911b7 100644 --- a/src/client/Messages.h +++ b/src/client/Messages.h @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS. */ @@ -31,7 +31,7 @@ public: docstring const get(std::string const & msg) const; private: class Pimpl; - boost::scoped_ptr pimpl_; + ::boost::scoped_ptr pimpl_; };