aboutsummaryrefslogtreecommitdiff
path: root/src/ca/cpsubssched.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ca/cpsubssched.h')
-rw-r--r--src/ca/cpsubssched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ca/cpsubssched.h b/src/ca/cpsubssched.h
index 3fc18478..83ff1af8 100644
--- a/src/ca/cpsubssched.h
+++ b/src/ca/cpsubssched.h
@@ -18,7 +18,7 @@ struct CPI_SUBSCRIPTION
18 INSTALLSTATE isInstalled, isAction; 18 INSTALLSTATE isInstalled, isAction;
19 19
20 CPI_ASSEMBLY* pAssembly; 20 CPI_ASSEMBLY* pAssembly;
21 CPI_COMPONENT* pComponent; 21 CPISCHED_COMPONENT* pComponent;
22 22
23 CPI_SUBSCRIPTION* pNext; 23 CPI_SUBSCRIPTION* pNext;
24}; 24};