summaryrefslogtreecommitdiff
path: root/src/librygel-server/rygel-last-change-entry.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/librygel-server/rygel-last-change-entry.vala')
-rw-r--r--src/librygel-server/rygel-last-change-entry.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librygel-server/rygel-last-change-entry.vala b/src/librygel-server/rygel-last-change-entry.vala
index c252eefe..173091a7 100644
--- a/src/librygel-server/rygel-last-change-entry.vala
+++ b/src/librygel-server/rygel-last-change-entry.vala
@@ -27,7 +27,7 @@ internal abstract class Rygel.LastChangeEntry : Object {
private string id;
private uint update_id;
- public LastChangeEntry (string tag, string id, uint update_id) {
+ protected LastChangeEntry (string tag, string id, uint update_id) {
this.tag = tag;
this.id = id;
this.update_id = update_id;