From 48bd3057a8390686cd20bde3341a110a81086245 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Fri, 22 Sep 2006 17:47:15 +0000 Subject: [PATCH] Add virtual destructor git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15126 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/Application.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frontends/Application.h b/src/frontends/Application.h index 3b2fefe0bc..a11be8f17e 100644 --- a/src/frontends/Application.h +++ b/src/frontends/Application.h @@ -41,7 +41,10 @@ comon to all frontends. class Application { public: + /// Application(int & argc, char ** argv); + /// + virtual ~Application() {} int start(std::string const & batch); /// -- 2.39.2