]> git.lyx.org Git - features.git/commitdiff
Another non-base class with a virtual destructor. Sorry for the spam (trying to learn...
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 3 May 2010 22:57:28 +0000 (22:57 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 3 May 2010 22:57:28 +0000 (22:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34363 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetBibtex.h

index 7c85af1d8741c5a6dba2c3cfe5f4276145abfa87..efd5a385b13698fd146722b00834c8cb5c853c5f 100644 (file)
@@ -28,7 +28,7 @@ public:
        ///
        InsetBibtex(Buffer *, InsetCommandParams const &);
        ///
-       virtual ~InsetBibtex();
+       ~InsetBibtex();
        ///
        docstring screenLabel() const;
        ///