add boost

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1782 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2001-03-16 11:54:34 +00:00
parent 837da12d78
commit 1499443f39
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2001-03-16 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
* lyxlex_pimpl.h: noncopyable is in namespace boost.
* text2.C: ditto
* text.C: ditto

View File

@ -13,7 +13,7 @@
#endif
///
struct LyXLex::Pimpl : public noncopyable {
struct LyXLex::Pimpl : public boost::noncopyable {
///
enum {
///