diff options
Diffstat (limited to 'src/balutil/inc/BalBaseBAFunctions.h')
-rw-r--r-- | src/balutil/inc/BalBaseBAFunctions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/balutil/inc/BalBaseBAFunctions.h b/src/balutil/inc/BalBaseBAFunctions.h index 7699b8ff..55ed8cbe 100644 --- a/src/balutil/inc/BalBaseBAFunctions.h +++ b/src/balutil/inc/BalBaseBAFunctions.h | |||
@@ -548,7 +548,8 @@ public: // IBootstrapperApplication | |||
548 | } | 548 | } |
549 | 549 | ||
550 | virtual STDMETHODIMP OnUnregisterBegin( | 550 | virtual STDMETHODIMP OnUnregisterBegin( |
551 | __inout BOOL* /*pfCancel*/ | 551 | __in BOOL /*fKeepRegistration*/, |
552 | __inout BOOL* /*pfForceKeepRegistration*/ | ||
552 | ) | 553 | ) |
553 | { | 554 | { |
554 | return S_OK; | 555 | return S_OK; |