]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.C
Scons: handle the case when qt4 is in system directories
[lyx.git] / 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);