]> git.lyx.org Git - features.git/commitdiff
Remove extra qualifier.
authorRichard Heck <rgheck@comcast.net>
Mon, 29 Mar 2010 15:45:24 +0000 (15:45 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 29 Mar 2010 15:45:24 +0000 (15:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33911 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.h

index 5c84f18495aeb3a73c26f4dc2c53146aaae51875..c3e184bd4e4ec43b7b2384d34467701eabd10d1c 100644 (file)
@@ -334,7 +334,7 @@ private:
 
        /// Update the hovering status of the insets. This is called when
        /// either the screen is updated or when the buffer has scolled.
-       void BufferView::updateHoveredInset() const;
+       void updateHoveredInset() const;
 
        ///
        void updateDocumentClass(DocumentClass const * const olddc);