~saiarcot895/ubuntu/trusty/openscenegraph/armhf-support

« back to all changes in this revision

Viewing changes to OpenSceneGraph/src/osgWrappers/osgParticle/SectorPlacer.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Loic Dachary (OuoU)
  • Date: 2009-03-23 14:08:20 UTC
  • mfrom: (1.1.7 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090323140820-i4j3jozdlhyn4lre
rules prevent lib64 with -D LIB_POSTFIX="" (Closes: #517671)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
                  __osg_Object_P1__cloneType,
71
71
                  "Clone the type of an object, with Object* return type. ",
72
72
                  "Must be defined by derived classes. ");
73
 
        I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop,
 
73
        I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, x,
74
74
                  Properties::VIRTUAL,
75
75
                  __osg_Object_P1__clone__C5_osg_CopyOp_R1,
76
76
                  "Clone an object, with Object* return type. ",