From 793f5a82fbda55a2f37d2f432a9ce37f1c801c1c Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Wed, 11 Jan 2012 22:06:52 +0100 Subject: Dropped deprecated function sp_repr_get_int_attribute (bzr r10871) --- src/box3d-side.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/box3d-side.cpp') 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); } -- cgit v1.2.3