diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-08-30 14:56:24 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-08-30 14:56:24 +0000 |
| commit | c1e9753ea7a760c4f5ef76ba220f98649707cf29 (patch) | |
| tree | 36c058ff18a5532b00256ae0b7675ea6a91a2aac /src/dom/domimpl.h | |
| parent | Fixed my mistake with #ifndef/#else/#endif HAVE_SSL (diff) | |
| download | inkscape-c1e9753ea7a760c4f5ef76ba220f98649707cf29.tar.gz inkscape-c1e9753ea7a760c4f5ef76ba220f98649707cf29.zip | |
More binding progress. Fix Node::textContent and child manipulation.
(bzr r1659)
Diffstat (limited to 'src/dom/domimpl.h')
| -rw-r--r-- | src/dom/domimpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dom/domimpl.h b/src/dom/domimpl.h index bbd1693ef..669b3d878 100644 --- a/src/dom/domimpl.h +++ b/src/dom/domimpl.h @@ -328,13 +328,13 @@ public: /** * */ - virtual DOMString getTextContext() throw(DOMException); + virtual DOMString getTextContent() throw(DOMException); /** * */ - virtual void setTextContext(const DOMString &val) throw(DOMException); + virtual void setTextContent(const DOMString &val) throw(DOMException); /** |
