diff options
Diffstat (limited to '')
-rw-r--r-- | lyt/packagebase.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lyt/packagebase.cpp b/lyt/packagebase.cpp new file mode 100644 index 0000000..f1da14b --- /dev/null +++ b/lyt/packagebase.cpp @@ -0,0 +1,5 @@ +#include "packagebase.h" + +LYTPackageBase::LYTPackageBase() { + // do nothing +} |