Move improperly placed #endif causing no-svg build to fail.
* kcanvas/device/quartz/KRenderingDeviceQuartz.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@13145
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-03-05 Eric Seidel <eseidel@apple.com>
+
+ Move improperly placed #endif causing no-svg build to fail.
+
+ * kcanvas/device/quartz/KRenderingDeviceQuartz.h:
+
2006-03-05 Alexander Kellett <lypanov@kde.org>
Reviewed by Eric.
@class NSGraphicsContext;
#else
class NSGraphicsContext;
-#endif // SVG_SUPPORT
#endif
namespace WebCore {
}
+#endif // SVG_SUPPORT
#endif