removed xcode goofines

This commit is contained in:
amerhifi 2019-05-16 16:30:30 -07:00
parent 93cf6c882c
commit a62f91c7b3

View file

@ -47,7 +47,7 @@ json Instance::getGPU(int index) {
return _gpu.at(index);
}
json Instance::getComputer(<#int index#>){
json Instance::getComputer(int index){
if(index >= (int)_computer.size()){
return json();
}