Browse Source

Doc++

pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
f1b0437672
  1. 2
      doc/scenegraph.dox

2
doc/scenegraph.dox

@ -283,7 +283,7 @@ wouldn't help either:
@code
class MyObject: MyFeature, public Object3D {
public:
MyObject(Object3D* parent): Object3D(parent), MyFeature(this) {}
MyObject(Object3D* parent): Object3D(parent), MyFeature(*this) {}
// crash on destruction!
};

Loading…
Cancel
Save