mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
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:
parent
12a82dd4f2
commit
48bd3057a8
@ -41,7 +41,10 @@ comon to all frontends.
|
||||
class Application
|
||||
{
|
||||
public:
|
||||
///
|
||||
Application(int & argc, char ** argv);
|
||||
///
|
||||
virtual ~Application() {}
|
||||
|
||||
int start(std::string const & batch);
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user