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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/uwp/controller/ViewController.xaml.h b/cpp/test/uwp/controller/ViewController.xaml.h
index 77852ec9bd2..d39c1d49afc 100644
--- a/cpp/test/uwp/controller/ViewController.xaml.h
+++ b/cpp/test/uwp/controller/ViewController.xaml.h
@@ -43,6 +43,7 @@ private:
friend class ControllerHelper;
HINSTANCE loadDll(const std::string&);
void println(const std::string&);
+ std::string getHost() const;
void Hostname_SelectionChanged(Platform::Object^ sender, Windows::UI::Xaml::Controls::SelectionChangedEventArgs^ e);
std::map<std::string, HINSTANCE> _dlls;