summaryrefslogtreecommitdiff
path: root/cpp/test/uwp/controller/ViewController.xaml.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/uwp/controller/ViewController.xaml.h')
-rw-r--r--cpp/test/uwp/controller/ViewController.xaml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/uwp/controller/ViewController.xaml.h b/cpp/test/uwp/controller/ViewController.xaml.h
index 97fc0910e78..ea4919b6ff9 100644
--- a/cpp/test/uwp/controller/ViewController.xaml.h
+++ b/cpp/test/uwp/controller/ViewController.xaml.h
@@ -45,7 +45,7 @@ private:
std::string getHost() const;
void Hostname_SelectionChanged(Platform::Object^ sender, Windows::UI::Xaml::Controls::SelectionChangedEventArgs^ e);
- std::map<std::string, std::pair<HINSTANCE, unsigned int>> _dlls;
+ std::map<std::string, HINSTANCE> _dlls;
std::mutex _mutex;
};