summaryrefslogtreecommitdiff
path: root/plugin/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/setup.h')
-rw-r--r--plugin/setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/setup.h b/plugin/setup.h
index 0080dfc..c5bf0e2 100644
--- a/plugin/setup.h
+++ b/plugin/setup.h
@@ -22,6 +22,7 @@ struct setup
bool NoMargins;
bool SecondPass;
bool AC3Always;
+ bool SaveInfo;
bool HideMainMenuEntry;
bool Log2Rec;
bool LogoOnly;
@@ -49,6 +50,7 @@ private:
int ac3always;
int log2rec;
int logoonly;
+ int saveinfo;
void write(void);
int lpos;
protected: