aboutsummaryrefslogtreecommitdiff
path: root/Sources/source_manager.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/source_manager.swift')
-rw-r--r--Sources/source_manager.swift2
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()