mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-22 01:09:00 +00:00

Change-Id: I61bb92770b1204c0f6abaae355c5905028c5cc46 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182842 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
14 lines
464 B
Groff
14 lines
464 B
Groff
diff --git a/include/effects/SkRuntimeEffect.h b/include/effects/SkRuntimeEffect.h
|
|
index e424910b34..cee7794d3a 100644
|
|
--- a/include/effects/SkRuntimeEffect.h
|
|
+++ b/include/effects/SkRuntimeEffect.h
|
|
@@ -129,7 +129,7 @@ public:
|
|
// When possible this name will be used to identify the created runtime effect.
|
|
std::string_view fName;
|
|
|
|
- private:
|
|
+// private:
|
|
friend class SkRuntimeEffect;
|
|
friend class SkRuntimeEffectPriv;
|
|
|