mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
"using" directives are no longer used in global namespaces (#219)
This commit is contained in:
committed by
Peter Johnson
parent
78f0b1562c
commit
ba8761e39e
@@ -19,6 +19,6 @@ SimDigitalInput::SimDigitalInput(std::string topic) {
|
||||
|
||||
bool SimDigitalInput::Get() { return value; }
|
||||
|
||||
void SimDigitalInput::callback(const msgs::ConstBoolPtr& msg) {
|
||||
void SimDigitalInput::callback(const gazebo::msgs::ConstBoolPtr& msg) {
|
||||
value = msg->data();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user