mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
add boost
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1782 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
837da12d78
commit
1499443f39
@ -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
|
||||
|
@ -13,7 +13,7 @@
|
||||
#endif
|
||||
|
||||
///
|
||||
struct LyXLex::Pimpl : public noncopyable {
|
||||
struct LyXLex::Pimpl : public boost::noncopyable {
|
||||
///
|
||||
enum {
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user