From 3bf36117fd4c786f94ab532683e257ed91d4d37f Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 29 Oct 2017 17:36:18 +0000 Subject: [PATCH 1/1] Export: Cleanup export.h and add export.h to export.cpp --- source/export/export.cpp | 1 + source/export/export.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/source/export/export.cpp b/source/export/export.cpp index 8c9cc2d..25d5c23 100644 --- a/source/export/export.cpp +++ b/source/export/export.cpp @@ -20,6 +20,7 @@ #include #include +#include "export.h" #include "../frmMain.h" #include "export-vcard3.h" #include "export-vcard4.h" diff --git a/source/export/export.h b/source/export/export.h index a9607fd..d69a374 100644 --- a/source/export/export.h +++ b/source/export/export.h @@ -16,14 +16,14 @@ // You should have received a copy of the GNU General Public License along // with Xestia Address Book. If not, see +#ifndef EXPORT_EXPORT_H +#define EXPORT_EXPORT_H + #include #include #include "../frmMain.h" -#ifndef EXPORT_EXPORT_H -#define EXPORT_EXPORT_H - void ExportRun(frmMain *frmMainPtrInc, wxArrayString *FileListInc); #endif -- 2.39.2