mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Fix build on macOS 10.14.2 (#1509)
This commit is contained in:
committed by
Peter Johnson
parent
f3864e9abb
commit
8ac4b113a5
@@ -19,6 +19,8 @@ enum class PIDSourceType { kDisplacement, kRate };
|
||||
*/
|
||||
class PIDSource {
|
||||
public:
|
||||
virtual ~PIDSource() = default;
|
||||
|
||||
/**
|
||||
* Set which parameter you are using as a process control variable.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user