aboutsummaryrefslogtreecommitdiff
path: root/src/engine/manifest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/manifest.h')
-rw-r--r--src/engine/manifest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/manifest.h b/src/engine/manifest.h
index 223181d9..8c527279 100644
--- a/src/engine/manifest.h
+++ b/src/engine/manifest.h
@@ -11,8 +11,8 @@ extern "C" {
11 11
12// function declarations 12// function declarations
13 13
14HRESULT ManifestLoadXml( 14HRESULT ManifestLoadXmlFromFile(
15 __in LPCWSTR wzDocument, 15 __in LPCWSTR wzPath,
16 __in BURN_ENGINE_STATE* pEngineState 16 __in BURN_ENGINE_STATE* pEngineState
17 ); 17 );
18 18