summaryrefslogtreecommitdiff
path: root/structures.cpp
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:11:09 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:11:09 +0200
commit9cc790869ed3905c78c7eeeb0bb44f800b3f2af4 (patch)
tree1c085bbf2302be294866c4fc6e0d225f8abbc346 /structures.cpp
parent3.14 (diff)
downloadFreeFileSync-9cc790869ed3905c78c7eeeb0bb44f800b3f2af4.tar.gz
FreeFileSync-9cc790869ed3905c78c7eeeb0bb44f800b3f2af4.tar.bz2
FreeFileSync-9cc790869ed3905c78c7eeeb0bb44f800b3f2af4.zip
3.15
Diffstat (limited to 'structures.cpp')
-rw-r--r--structures.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/structures.cpp b/structures.cpp
index 7eb1eb4e..6f38a0cf 100644
--- a/structures.cpp
+++ b/structures.cpp
@@ -5,7 +5,7 @@
// **************************************************************************
//
#include "structures.h"
-#include <wx/intl.h>
+#include "shared/i18n.h"
//#include <stdexcept>
using namespace ffs3;
bgstack15