From: Georg Baum Date: Fri, 22 Sep 2006 17:47:15 +0000 (+0000) Subject: Add virtual destructor X-Git-Tag: 1.6.10~12522 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=48bd3057a8390686cd20bde3341a110a81086245;p=features.git Add virtual destructor git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15126 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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); ///