diff options
author | Treeki <treeki@gmail.com> | 2010-10-14 03:15:41 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2010-10-14 03:15:41 +0200 |
commit | fdf8cfec2b795393d7ee901abaf747575067068b (patch) | |
tree | 1eb3a65765c1c43c4ea91530462cd15d54f995d1 /lyt/packagebase.cpp | |
parent | 7213ca723a65dff8ebb0c6c08669695217e60453 (diff) | |
download | LayoutStudio-fdf8cfec2b795393d7ee901abaf747575067068b.tar.gz LayoutStudio-fdf8cfec2b795393d7ee901abaf747575067068b.zip |
bugfixes; working U8 archive support for reading/writing
Diffstat (limited to 'lyt/packagebase.cpp')
-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() { +} |