ws, inherit privately

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1923 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2001-04-17 13:43:57 +00:00
parent 3fe7d92cfb
commit c9b653fc80
3 changed files with 7 additions and 2 deletions

View File

@ -294,5 +294,5 @@ BufferView::UpdateCodes operator|(BufferView::UpdateCodes uc1,
bool BufferView::Dispatch(kb_action action, string const & argument)
{
return pimpl_->Dispatch(action, argument);
return pimpl_->Dispatch(action, argument);
}

View File

@ -30,7 +30,7 @@ class WorkArea;
class Language;
///
class BufferView : public boost::noncopyable {
class BufferView : boost::noncopyable {
public:
///
enum UpdateCodes {

View File

@ -1,3 +1,8 @@
2001-04-17 Lars Gullik Bjønnes <larsbj@birdstep.com>
* BufferView.C: whitespace change
* BufferView.h: inherit privately from noncopyable
2001-04-16 Allan Rae <rae@lyx.org>
* tabular-old.C (l_getline):