diff options
Diffstat (limited to '')
-rw-r--r-- | src/balutil/inc/balutil.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/balutil/inc/balutil.h b/src/balutil/inc/balutil.h index e0f5874c..b718e48b 100644 --- a/src/balutil/inc/balutil.h +++ b/src/balutil/inc/balutil.h | |||
@@ -131,7 +131,8 @@ BalSetStringVariable - sets a string variable in the engine. | |||
131 | ********************************************************************/ | 131 | ********************************************************************/ |
132 | DAPI_(HRESULT) BalSetStringVariable( | 132 | DAPI_(HRESULT) BalSetStringVariable( |
133 | __in_z LPCWSTR wzVariable, | 133 | __in_z LPCWSTR wzVariable, |
134 | __in_z_opt LPCWSTR wzValue | 134 | __in_z_opt LPCWSTR wzValue, |
135 | __in BOOL fFormatted | ||
135 | ); | 136 | ); |
136 | 137 | ||
137 | /******************************************************************* | 138 | /******************************************************************* |