mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
VideoProperty: rename type() to getType().
This commit is contained in:
@@ -41,7 +41,7 @@ class VideoProperty {
|
||||
|
||||
std::string GetName() const;
|
||||
|
||||
Type type() const { return m_type; }
|
||||
Type GetType() const { return m_type; }
|
||||
|
||||
explicit operator bool() const { return m_type != kNone; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user