Add virtual destructor

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15126 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-09-22 17:47:15 +00:00
parent 12a82dd4f2
commit 48bd3057a8

View File

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