Attempting to fix Windows include issues.
Only handle PackageRef by reference in the header file, so we don’t create calls to the copy constructor and/or destructor. If this doesn’t work will need to create a stub implementation file.
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
||||
virtual void installProgress(InstallRef aInstall, unsigned int aBytes, unsigned int aTotal) = 0;
|
||||
virtual void finishInstall(InstallRef aInstall, StatusCode aReason) = 0;
|
||||
|
||||
virtual void finishUninstall(PackageRef aPackage) {}
|
||||
virtual void finishUninstall(const PackageRef& aPackage) {};
|
||||
|
||||
/**
|
||||
* Notification when catalogs/packages are added or removed
|
||||
|
||||
Reference in New Issue
Block a user