X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fexport%2Fexport.h;h=d69a3745ef47b3f7446fb07368ba154f20e37a33;hp=a9607fd9f8d616ddd8a25a59818dcc7b0d3ebea0;hb=3bf36117fd4c786f94ab532683e257ed91d4d37f;hpb=747065c9a8b6b97ccb554317e01cf2f9f794eee6 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