diff options
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h index 0865e44..32c6484 100644 --- a/src/settings.h +++ b/src/settings.h @@ -17,7 +17,7 @@ struct Settings { float w = 0.f; int currentTime = 0; int maxTime = 0; - std::string bulkOutputFilePath; + std::string bulkOutputFolderPath; }; |