mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
Driver destructor does not have to be virtual
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
fd9ba609ab
commit
8342fcb803
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class Driver
|
|||
{
|
||||
public:
|
||||
Driver();
|
||||
virtual ~Driver();
|
||||
~Driver();
|
||||
|
||||
// tools
|
||||
bool printDependencies(const QString &fileName);
|
||||
|
|
Loading…
Add table
Reference in a new issue