]> git.lyx.org Git - lyx.git/commitdiff
minor style change: use 0 instead of NULL
authorBo Peng <bpeng@lyx.org>
Fri, 15 Dec 2006 21:39:57 +0000 (21:39 +0000)
committerBo Peng <bpeng@lyx.org>
Fri, 15 Dec 2006 21:39:57 +0000 (21:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16293 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.C

index 4cec12f034f3c23cc954b3f178dff47a6741ea39..7cda307f1c16cc84ee2fdff26896b5642d07af7f 100644 (file)
@@ -125,7 +125,7 @@ BufferView::BufferView()
        : width_(0), height_(0), buffer_(0), wh_(0),
          cursor_(*this),
          multiparsel_cache_(false), anchor_ref_(0), offset_ref_(0),
-         intl_(new Intl), last_inset_(NULL)
+         intl_(new Intl), last_inset_(0)
 {
        xsel_cache_.set = false;
        intl_->initKeyMapper(lyxrc.use_kbmap);