diff options
author | Brad King <brad.king@kitware.com> | 2019-02-04 12:47:08 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-02-04 12:47:15 (GMT) |
commit | 40e12882609619a902d19b94de442b2874bf7a45 (patch) | |
tree | 368bb0aafdd058b41fd1fc56fd55406a271f8d22 /Tests/VSWinStorePhone/WinRT/Batman.cpp | |
parent | dc4a2749a52cb7f96ad8d7146ee4d680a2beb5fa (diff) | |
parent | cff026dbc01f975857236a11fc033af48b5e130a (diff) | |
download | CMake-40e12882609619a902d19b94de442b2874bf7a45.zip CMake-40e12882609619a902d19b94de442b2874bf7a45.tar.gz CMake-40e12882609619a902d19b94de442b2874bf7a45.tar.bz2 |
Merge topic 'winrtrefs'
cff026dbc0 VS: Fix WinRT component references
6c21722adb Tests: Fix VSWinStorePhone test with Windows 10 SDK 17763
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2906
Diffstat (limited to 'Tests/VSWinStorePhone/WinRT/Batman.cpp')
-rw-r--r-- | Tests/VSWinStorePhone/WinRT/Batman.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Tests/VSWinStorePhone/WinRT/Batman.cpp b/Tests/VSWinStorePhone/WinRT/Batman.cpp new file mode 100644 index 0000000..e092258 --- /dev/null +++ b/Tests/VSWinStorePhone/WinRT/Batman.cpp @@ -0,0 +1,14 @@ +#include "Batman.h" + +using namespace JusticeLeagueWinRT; +using namespace Platform; + +Batman::Batman() +{ +} + +void Batman::savePeople() +{ + int i = 0; + i++; +} |