mirror of
https://github.com/overte-org/overte.git
synced 2025-07-26 00:40:20 +02:00
removed xcode goofines
This commit is contained in:
parent
93cf6c882c
commit
a62f91c7b3
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ json Instance::getGPU(int index) {
|
||||||
return _gpu.at(index);
|
return _gpu.at(index);
|
||||||
}
|
}
|
||||||
|
|
||||||
json Instance::getComputer(<#int index#>){
|
json Instance::getComputer(int index){
|
||||||
if(index >= (int)_computer.size()){
|
if(index >= (int)_computer.size()){
|
||||||
return json();
|
return json();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue