]> git.lyx.org Git - lyx.git/blobdiff - src/client/Messages.h
tex2lyx: support for Spreadsheet and chess external templates
[lyx.git] / src / client / Messages.h
index 5eb94476ea728c2ce56b100cb399653d0f60eebd..5832f911b7880359fa52792b730009e3e1707079 100644 (file)
@@ -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> pimpl_;
+       ::boost::scoped_ptr<Pimpl> pimpl_;
 };