diff options
Diffstat (limited to 'src/samples/thmviewer/display.cpp')
-rw-r--r-- | src/samples/thmviewer/display.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/samples/thmviewer/display.cpp b/src/samples/thmviewer/display.cpp index 52fa3cf8..c0e6c7e1 100644 --- a/src/samples/thmviewer/display.cpp +++ b/src/samples/thmviewer/display.cpp | |||
@@ -329,7 +329,7 @@ static BOOL DisplayOnCreate( | |||
329 | { | 329 | { |
330 | HRESULT hr = S_OK; | 330 | HRESULT hr = S_OK; |
331 | 331 | ||
332 | hr = ThemeLoadControls(pTheme, NULL, 0); | 332 | hr = ThemeLoadControls(pTheme); |
333 | ExitOnFailure(hr, "Failed to load theme controls"); | 333 | ExitOnFailure(hr, "Failed to load theme controls"); |
334 | 334 | ||
335 | // Pre-populate some control types with data. | 335 | // Pre-populate some control types with data. |