diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-05-17 23:23:18 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-05-17 23:23:18 -0500 |
| commit | a968bff7e21c9372deca5fce5921999b45d5d348 (patch) | |
| tree | bca17656820ba12db12a63f7d94764a857a5a8c7 /Sources/source_manager.swift | |
| parent | cadf28c5831b225abf9da650127659c0b0bf6e39 (diff) | |
Simulate lyrics engine
Diffstat (limited to 'Sources/source_manager.swift')
| -rw-r--r-- | Sources/source_manager.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sources/source_manager.swift b/Sources/source_manager.swift index d0af817..dd956ad 100644 --- a/Sources/source_manager.swift +++ b/Sources/source_manager.swift @@ -1,5 +1,5 @@ /// Manages the different sources. Keeps track of them, lists and toggles -public class SourceManager { +class SourceManager { private var availableSources: [String: Source] = [ "arguments": ArgumentsSource() |