mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Fix compilation
This commit is contained in:
@@ -119,7 +119,7 @@ int CalculationController::numberOfColumns() {
|
||||
}
|
||||
|
||||
void CalculationController::willDisplayCellAtLocation(HighlightCell * cell, int i, int j) {
|
||||
if (i == 0 & j == 0) {
|
||||
if (i == 0 && j == 0) {
|
||||
return;
|
||||
}
|
||||
EvenOddCell * myCell = (EvenOddCell *)cell;
|
||||
|
||||
Reference in New Issue
Block a user