"expected unqualified-id" Error after trying to add delay to parts of script.

Wow! That was fast. Thank you.

  }
  lcd.setCursor(0, 1);
  lcd.print("H:");
  lcd.print(DHT.humidity, 1);
  lcd.setCursor(9, 1);
  lcd.print("T:");
  lcd.print(DHT.temperature, 1);

}

Though you were totally right and I was totally blind, I swapped dht with DHT and i still seem to get the same error..