]> git.lyx.org Git - features.git/commitdiff
Add virtual destructor
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 22 Sep 2006 17:47:15 +0000 (17:47 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 22 Sep 2006 17:47:15 +0000 (17:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15126 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/Application.h

index 3b2fefe0bc96c021d3477bc9d812fa95defc11bc..a11be8f17e519cd95f6fb8f2fc93c5437e979e7d 100644 (file)
@@ -41,7 +41,10 @@ comon to all frontends.
 class Application\r
 {\r
 public:\r
+       ///\r
        Application(int & argc, char ** argv);\r
+       ///\r
+       virtual ~Application() {}\r
 \r
        int start(std::string const & batch);\r
        ///\r