summaryrefslogtreecommitdiffstats
path: root/src/box3d-side.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-01-11 21:06:52 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-01-11 21:06:52 +0000
commit793f5a82fbda55a2f37d2f432a9ce37f1c801c1c (patch)
tree16603190d14046976505ce6acf5c449c687e0660 /src/box3d-side.cpp
parentPowerstroke: fix crashers (diff)
downloadinkscape-793f5a82fbda55a2f37d2f432a9ce37f1c801c1c.tar.gz
inkscape-793f5a82fbda55a2f37d2f432a9ce37f1c801c1c.zip
Dropped deprecated function sp_repr_get_int_attribute
(bzr r10871)
Diffstat (limited to 'src/box3d-side.cpp')
-rw-r--r--src/box3d-side.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box3d-side.cpp b/src/box3d-side.cpp
index 0eb3b1c35..e67867d08 100644
--- a/src/box3d-side.cpp
+++ b/src/box3d-side.cpp
@@ -192,7 +192,7 @@ Box3DSide * Box3DSide::createBox3DSide(SPBox3D *box)
* Function which return the type attribute for Box3D.
* Acts as a replacement for directly accessing the XML Tree directly.
*/
-long long int Box3DSide::getFaceId()
+int Box3DSide::getFaceId()
{
return this->getIntAttribute("inkscape:box3dsidetype", -1);
}