Skip to content

Commit

Permalink
Make objectContext of DatabaseDataSource public
Browse files Browse the repository at this point in the history
... useful.
  • Loading branch information
helje5 committed Nov 11, 2024
1 parent b6a5e37 commit 0341be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/ZeeQL/Access/DatabaseDataSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// ZeeQL
//
// Created by Helge Hess on 03/03/2017.
// Copyright © 2017 ZeeZide GmbH. All rights reserved.
// Copyright © 2017-2024 ZeeZide GmbH. All rights reserved.
//

/**
Expand All @@ -14,7 +14,7 @@ open class DatabaseDataSource<Object: DatabaseObject>
: AccessDataSource<Object>
{

let objectContext : ObjectTrackingContext
public let objectContext : ObjectTrackingContext

public init(_ oc: ObjectTrackingContext, entityName: String) {
self.objectContext = oc
Expand Down

0 comments on commit 0341be1

Please sign in to comment.