diff options
author | Stef Walter <stef@memberwebs.com> | 2005-06-08 22:29:56 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-06-08 22:29:56 +0000 |
commit | aa35c653ec5fe40c50426873ca1dbe3122428709 (patch) | |
tree | d432ebc113cbca72ca50dd9b4b127d9e626b50f4 /src/xmlcomposer.h | |
parent | ed6394b56047af2db69e08280972657c4561fbad (diff) |
Bookmark support in rtfx.
Diffstat (limited to 'src/xmlcomposer.h')
-rw-r--r-- | src/xmlcomposer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xmlcomposer.h b/src/xmlcomposer.h index c9c321c..f2c9336 100644 --- a/src/xmlcomposer.h +++ b/src/xmlcomposer.h @@ -321,6 +321,11 @@ protected: CONTROLWORD DONE END_ANALYSER + + // Handles bookmarks + ANALYSER(Bookmark) + INITIALIZE + END_ANALYSER }; #endif // __XMLCOMPOSER_H__ |