diff options
Diffstat (limited to 'desktop-widgets/divelogexportdialog.h')
-rw-r--r-- | desktop-widgets/divelogexportdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/divelogexportdialog.h b/desktop-widgets/divelogexportdialog.h index f872487d6..f06ed23dd 100644 --- a/desktop-widgets/divelogexportdialog.h +++ b/desktop-widgets/divelogexportdialog.h @@ -33,7 +33,7 @@ private: void showExplanation(); void exportHtmlInit(const QString &filename); void export_depths(const char *filename, const bool selected_only); - void export_TeX(const char *filename, const bool selected_only); + void export_TeX(const char *filename, const bool selected_only, bool plain); }; #endif // DIVELOGEXPORTDIALOG_H |