diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/controls/control_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controls/control_list.cpp b/test/controls/control_list.cpp index 1bcfecc4..5af53f64 100644 --- a/test/controls/control_list.cpp +++ b/test/controls/control_list.cpp @@ -42,7 +42,7 @@ protected: int run() { CameraControlValidator validator(camera_.get()); - ControlList list(&validator); + ControlList list(controls::controls, &validator); /* Test that the list is initially empty. */ if (!list.empty()) { |