diff options
Diffstat (limited to '')
-rw-r--r-- | lyt/packagebase.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lyt/packagebase.cpp b/lyt/packagebase.cpp index c9004e7..e186435 100644 --- a/lyt/packagebase.cpp +++ b/lyt/packagebase.cpp @@ -20,3 +20,6 @@ LYTPackageBase::LYTPackageBase() { // do nothing } + +LYTPackageBase::~LYTPackageBase() { +} |