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.h | |
parent | 7213ca723a65dff8ebb0c6c08669695217e60453 (diff) | |
download | LayoutStudio-fdf8cfec2b795393d7ee901abaf747575067068b.tar.gz LayoutStudio-fdf8cfec2b795393d7ee901abaf747575067068b.zip |
bugfixes; working U8 archive support for reading/writing
Diffstat (limited to 'lyt/packagebase.h')
-rw-r--r-- | lyt/packagebase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lyt/packagebase.h b/lyt/packagebase.h index 3de3e58..9ad45c0 100644 --- a/lyt/packagebase.h +++ b/lyt/packagebase.h @@ -25,6 +25,7 @@ class LYTPackageBase { public: LYTPackageBase(); + virtual ~LYTPackageBase(); virtual QStringList listAnims() = 0; virtual QStringList listLayouts() = 0; |