summaryrefslogtreecommitdiff
path: root/Application.h
diff options
context:
space:
mode:
Diffstat (limited to 'Application.h')
-rw-r--r--Application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Application.h b/Application.h
index cf69890d..bfc4a45f 100644
--- a/Application.h
+++ b/Application.h
@@ -8,7 +8,7 @@
#define FREEFILESYNCAPP_H
#include <wx/app.h>
-#include "library/processXml.h"
+#include "library/process_xml.h"
class Application : public wxApp
bgstack15