summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-11-06 19:21:33 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-11-06 19:37:50 +0100
commitdb1de866217d98f6b25edc92ca54d82c4dc082a8 (patch)
tree29319cafc9bf7f23ba97cab607430ad6bda1ccc4
parent9ce63d1dfc3242a0285562d051d6b5c7bb789a2d (diff)
downloadfolks-db1de866217d98f6b25edc92ca54d82c4dc082a8.tar.gz
edfs: Use required accessibility for UrlTypeMapping
The internal constant "_url_properties" is using this type.
-rw-r--r--backends/eds/lib/edsf-persona.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/eds/lib/edsf-persona.vala b/backends/eds/lib/edsf-persona.vala
index ee7bec6e..4369d558 100644
--- a/backends/eds/lib/edsf-persona.vala
+++ b/backends/eds/lib/edsf-persona.vala
@@ -98,7 +98,7 @@ public class Edsf.Persona : Folks.Persona,
* than the X-URIS field. Here are mappings between the custom vCard field
* names which EDS uses, and the TYPE values which folks uses which map to
* them. */
- private struct UrlTypeMapping
+ internal struct UrlTypeMapping
{
unowned string vcard_field_name;
unowned string folks_type;