File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/Microsoft.Management.Deployment Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 33#pragma once
44#include " EditPackageCatalogOptions.g.h"
55#include " public/ComClsids.h"
6+ #include < winget/ModuleCountBase.h>
67
78namespace winrt ::Microsoft::Management::Deployment::implementation
89{
@@ -28,7 +29,9 @@ namespace winrt::Microsoft::Management::Deployment::implementation
2829#if !defined(INCLUDE_ONLY_INTERFACE_METHODS)
2930namespace winrt ::Microsoft::Management::Deployment::factory_implementation
3031{
31- struct EditPackageCatalogOptions : EditPackageCatalogOptionsT<EditPackageCatalogOptions, implementation::EditPackageCatalogOptions>
32+ struct EditPackageCatalogOptions :
33+ EditPackageCatalogOptionsT<EditPackageCatalogOptions, implementation::EditPackageCatalogOptions>,
34+ AppInstaller::WinRT::ModuleCountBase
3235 {
3336 };
3437}
You can’t perform that action at this time.
0 commit comments