Fixed compilation error

This commit is contained in:
Andrew Lalis 2018-02-12 14:25:35 +01:00
parent 3b42d1f418
commit b6f5da57d6
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ void MainWindow::setInstructions(vector<Instruction> instructions){
}
void MainWindow::setIngredients(vector<Ingredient> ingredients){
ui->listView
}