"Correct" method for migrating libs to Arduino 1.0

I am having some trouble with the lcd.write method. I had no problem with this method and now with 1.0

Error: " candidates are: virtual size_t LiquidCrystal::write(uint8_t)"

So what should I do? Change all write to print?