need to use \OC_Image to escape OCP namespace

This commit is contained in:
Jörn Friedrich Dreyer 2013-07-22 17:25:55 +02:00
parent bc86ce00cf
commit cb4cf3e2f7
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ namespace OCP;
/**
* This class provides functions to handle images
*/
class Image extends OC_Image {
class Image extends \OC_Image {
}