mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Fix compiler warining non-virtual destructor
ref: https://stackoverflow.com/questions/38407723/how-to-delete-an-object-of-derived-class-that-has-no-dstructor
This commit is contained in:
@@ -20,3 +20,8 @@
|
||||
PropertiesInterface::PropertiesInterface()
|
||||
{
|
||||
}
|
||||
|
||||
PropertiesInterface::~PropertiesInterface()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user