mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[cscore] Add back VideoProperty handle member initializer (#7283)
This commit is contained in:
@@ -229,7 +229,7 @@ class VideoProperty {
|
||||
CS_Status GetLastStatus() const { return m_status; }
|
||||
|
||||
private:
|
||||
explicit VideoProperty(CS_Property handle) {
|
||||
explicit VideoProperty(CS_Property handle) : m_handle(handle) {
|
||||
m_status = 0;
|
||||
if (handle == 0) {
|
||||
m_kind = kNone;
|
||||
|
||||
Reference in New Issue
Block a user