X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Flayout.cpp;h=59a23c935aab6be2f3e41c5e53c4e383e3975f14;hb=8a31a3ab3ab7abda30de0ed3a6d0753760f3bb1d;hp=fe3514f4cd29437627cd1f213833e6e2f759a3ff;hpb=5fa009f4af8d0a2e4f52929e1ee29f5c93986ab6;p=r2c2.git diff --git a/source/3d/layout.cpp b/source/3d/layout.cpp index fe3514f..59a23c9 100644 --- a/source/3d/layout.cpp +++ b/source/3d/layout.cpp @@ -52,7 +52,7 @@ void Layout3D::add(Object3D &o) insert_unique(objects, &o.get_object(), &o); } -Object3D &Layout3D::get(Object &o) const +Object3D &Layout3D::get_3d(Object &o) const { return *get_item(objects, &o); }