diff options
Diffstat (limited to 'support/hololens/ServoApp/ServoControl/ServoControl.h')
-rw-r--r-- | support/hololens/ServoApp/ServoControl/ServoControl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/hololens/ServoApp/ServoControl/ServoControl.h b/support/hololens/ServoApp/ServoControl/ServoControl.h index 8775127e206..dda8a1ad91f 100644 --- a/support/hololens/ServoApp/ServoControl/ServoControl.h +++ b/support/hololens/ServoApp/ServoControl/ServoControl.h @@ -39,7 +39,7 @@ struct ServoControl : ServoControlT<ServoControl>, public servo::ServoDelegate { ServoControl(); - Windows::Foundation::Collections::IVector<ServoApp::Pref> Preferences(); + IVector<ServoApp::Pref> Preferences(); void GoBack(); void GoForward(); |