summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r--src/xmlgen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp
index 9caa935..570901f 100644
--- a/src/xmlgen.cpp
+++ b/src/xmlgen.cpp
@@ -56,13 +56,13 @@
//------------------
static const char index_xsd[] =
-#include "index_xsd.h"
+#include "index.xsd.h"
;
//------------------
//
static const char compound_xsd[] =
-#include "compound_xsd.h"
+#include "compound.xsd.h"
;
//------------------