removed this->
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "LiveData.h"
|
||||
|
||||
void CarInterface::setLiveData(LiveData* pLiveData) {
|
||||
this->liveData = pLiveData;
|
||||
liveData = pLiveData;
|
||||
}
|
||||
|
||||
void CarInterface::activateCommandQueue() {
|
||||
|
||||
Reference in New Issue
Block a user