Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f04e75b4 authored by Steve Kondik's avatar Steve Kondik
Browse files

aapt: Fix compilation warning

 * Destructor should be virtual.

Change-Id: I2f5345ecbb0dab9759bb582b85f7790638cfe614
parent 498b1f74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ public:
    ZipEntry(void)
        : mDeleted(false), mMarked(false)
        {}
    ~ZipEntry(void) {}
    virtual ~ZipEntry(void) {}

    /*
     * Returns "true" if the data is compressed.