Merge "Add virtual dtor for virtual classes"
This commit is contained in:
committed by
Android (Google) Code Review
commit
9e79ca004f
@@ -42,6 +42,8 @@ enum ApkFormat {
|
||||
// Info about an APK loaded in memory.
|
||||
class LoadedApk {
|
||||
public:
|
||||
virtual ~LoadedApk() = default;
|
||||
|
||||
// Loads both binary and proto APKs from disk.
|
||||
static std::unique_ptr<LoadedApk> LoadApkFromPath(const ::android::StringPiece& path,
|
||||
IDiagnostics* diag);
|
||||
|
||||
Reference in New Issue
Block a user