summaryrefslogtreecommitdiffstats
path: root/src/xml/node.h
diff options
context:
space:
mode:
authorJoseph Da Silva <joseph.f.dasilva3@gmail.com>2019-03-20 15:52:46 +0000
committerJoseph Da Silva <joseph.f.dasilva3@gmail.com>2019-03-20 15:52:46 +0000
commit7a6a1baa2b891c16edd7fbb86be3179f92adaee2 (patch)
tree4c6dfc999dcc4ba532d4c6387f0ac52ac6019008 /src/xml/node.h
parentGTK-3.22 dependency (diff)
downloadinkscape-7a6a1baa2b891c16edd7fbb86be3179f92adaee2.tar.gz
inkscape-7a6a1baa2b891c16edd7fbb86be3179f92adaee2.zip
Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)
Diffstat (limited to 'src/xml/node.h')
-rw-r--r--src/xml/node.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/xml/node.h b/src/xml/node.h
index 11a23c6ac..b6a0df353 100644
--- a/src/xml/node.h
+++ b/src/xml/node.h
@@ -212,16 +212,15 @@ public:
value.empty() ? nullptr : value.c_str(), is_interactive);
}
//@}
-
/**
- * @brief Directly set the integer GQuark code for the name of the node
+ * @brief Set the integer GQuark code for the name of the node.
*
- * This function is a hack to easily move elements with no namespace to the SVG namespace.
* Do not use this function unless you really have a good reason.
*
- * @param code The integer value corresponding to the string to be set as the name of this node
+ * @param code The integer value corresponding to the string to be set as
+ * the name of this node
*/
- virtual void setCodeUnsafe(int code)=0;
+ virtual void setCodeUnsafe(int code) = 0;
/*@}*/