]> git.lyx.org Git - features.git/commitdiff
ws, inherit privately
authorLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 17 Apr 2001 13:43:57 +0000 (13:43 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 17 Apr 2001 13:43:57 +0000 (13:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1923 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.C
src/BufferView.h
src/ChangeLog

index 1e7db9e20b2b39d0dc69d57a2001c3ae1c6820ac..1baf3d769b1da8184528e04db95f2da85175e323 100644 (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);
 }
index 871ecd051896f7ed8dddf15ce83929b17efc7913..ef0a4c90edefd6ef70010928de0f9a20c623e84e 100644 (file)
@@ -30,7 +30,7 @@ class WorkArea;
 class Language;
 
 ///
-class BufferView : public boost::noncopyable {
+class BufferView : boost::noncopyable {
 public:
        ///
        enum UpdateCodes {
index 435f1e7af2f1358c58a45f25ec8a66825339b3fc..d17055894367770d197aa2cceb62b36516c3d45a 100644 (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):