summaryrefslogtreecommitdiffstats
path: root/kjsembed
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 16:33:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 16:33:42 -0600
commit0b1406f62f219de60182f60836966921a73b824d (patch)
tree15312a075cb903070fc15cb93f8a1ed010b5a0b3 /kjsembed
parent0f84641849e39d12dca6eeb51b09733569c0741a (diff)
downloadtdebindings-0b1406f62f219de60182f60836966921a73b824d.tar.gz
tdebindings-0b1406f62f219de60182f60836966921a73b824d.zip
Fix linear alphabet string errors
Diffstat (limited to 'kjsembed')
-rw-r--r--kjsembed/bindwizard/doxygen2imp_cpp.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/bindwizard/doxygen2imp_cpp.xsl b/kjsembed/bindwizard/doxygen2imp_cpp.xsl
index 23729848..903f16b2 100644
--- a/kjsembed/bindwizard/doxygen2imp_cpp.xsl
+++ b/kjsembed/bindwizard/doxygen2imp_cpp.xsl
@@ -27,7 +27,7 @@
#include &lt;kjsembed/jsbinding.h>
#include &lt;<xsl:value-of select="includes" />>
-#include "<xsl:value-of select="translate($clazz,'ABCDEFGHIJKLMNOPTQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')"/>_imp.h"
+#include "<xsl:value-of select="translate($clazz,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')"/>_imp.h"
/**
* Namespace containing the KJSEmbed library.