diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Config.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp index 0d2c822..5766009 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -83,6 +83,8 @@ namespace gsr { }; struct Config { + Config(); + MainConfig main_config; StreamingConfig streaming_config; RecordConfig record_config; |