diff options
author | Stef Walter <stef@memberwebs.com> | 2005-06-07 17:57:14 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-06-07 17:57:14 +0000 |
commit | 8803295019b0fe0b56c08899adf3f8231effb0f5 (patch) | |
tree | 0cf83c42731e7d90fcbc6e50eaaa2e2bd65e3c32 /src/domcxx.h | |
parent | c386abd496f61f4628446f27b771529699c0ea45 (diff) |
Add <highlight> tag for highlighted text.
Diffstat (limited to 'src/domcxx.h')
-rw-r--r-- | src/domcxx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/domcxx.h b/src/domcxx.h index abdd622..2e7e9ec 100644 --- a/src/domcxx.h +++ b/src/domcxx.h @@ -54,8 +54,8 @@ namespace DOM extern "C" { #define this _this - #include <domc.h> - #include <dom.h> + #include "domc.h" + #include "dom.h" #undef this } |