diff options
Diffstat (limited to 'lib/public/image.php')
-rw-r--r-- | lib/public/image.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/image.php b/lib/public/image.php index dcecc077e2f..c6dd9a113ab 100644 --- a/lib/public/image.php +++ b/lib/public/image.php @@ -25,5 +25,5 @@ namespace OCP; /** * This class provides functions to handle images */ -class Image extends OC_Image { +class Image extends \OC_Image { } |