summaryrefslogtreecommitdiff
path: root/src/libctor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libctor.h')
-rw-r--r--src/libctor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libctor.h b/src/libctor.h
index 14fdf1d..96e1115 100644
--- a/src/libctor.h
+++ b/src/libctor.h
@@ -105,6 +105,7 @@ struct ExternalManual
struct ExternalConfiguration
{
std::string name; // Name for configuration
+ OutputSystem system{OutputSystem::Host};
std::variant<ExternalManual> external;
};