summaryrefslogtreecommitdiffstats
path: root/src/box3d-side.cpp
diff options
context:
space:
mode:
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);
}