mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:29:16 +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);
|
||||
}
|
||||
|
||||
json Instance::getComputer(<#int index#>){
|
||||
json Instance::getComputer(int index){
|
||||
if(index >= (int)_computer.size()){
|
||||
return json();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue