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:
James Turner
2016-11-14 07:52:15 +01:00
parent 042a2659f6
commit fca64343ae

View File

@@ -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