X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Flayout.cpp;h=5f015766f6367ad53ae108d379cad9ab0c94861c;hb=1ff06c5bc46a677fa389ef86c6b26664368f1653;hp=05aaa4205bf85053d7a0c1513253fddf5cef87b7;hpb=9b05c573a38639827697fe393d55b7c76f5bde45;p=r2c2.git diff --git a/source/3d/layout.cpp b/source/3d/layout.cpp index 05aaa42..5f01576 100644 --- a/source/3d/layout.cpp +++ b/source/3d/layout.cpp @@ -1,6 +1,6 @@ /* $Id$ -This file is part of the MSP Märklin suite +This file is part of R²C² Copyright © 2006-2010 Mikkosoft Productions, Mikko Rasa Distributed under the GPL */ @@ -20,7 +20,7 @@ Distributed under the GPL using namespace std; using namespace Msp; -namespace Marklin { +namespace R2C2 { Layout3D::Layout3D(Layout &l): layout(l), @@ -148,4 +148,4 @@ void Layout3D::vehicle_removed(Vehicle &v) delete i->second; } -} // namespace Marklin +} // namespace R2C2