diff options
Diffstat (limited to 'mythfs/service/myth-db.ice')
-rw-r--r-- | mythfs/service/myth-db.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mythfs/service/myth-db.ice b/mythfs/service/myth-db.ice index 8164297..fde24be 100644 --- a/mythfs/service/myth-db.ice +++ b/mythfs/service/myth-db.ice @@ -4,7 +4,7 @@ #include "myth-models.ice" module MythFS { - interface DB { + local interface DB { idempotent Recordeds getRecorded(); }; }; |