diff options
Diffstat (limited to 'src/gui_project.h')
-rw-r--r-- | src/gui_project.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h index f62de101..7ab607d2 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -123,6 +123,7 @@ struct ambi_params { int ncorr; char *sym; char *source_sym; + int use_operator; char *operator; }; |