X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fhla%2FHLAInteractionClass.hxx;h=021dff7ea73d71397ee2d81d86f35d359531e1c5;hb=086a30e61aa153008bd403c79cd1bff3ad594179;hp=c45c22d772ef4d4202a385867b7663e6af27db1e;hpb=feab25d0bee2c65a9b5c0a27802fb71c9a1a1190;p=simgear.git diff --git a/simgear/hla/HLAInteractionClass.hxx b/simgear/hla/HLAInteractionClass.hxx index c45c22d7..021dff7e 100644 --- a/simgear/hla/HLAInteractionClass.hxx +++ b/simgear/hla/HLAInteractionClass.hxx @@ -25,6 +25,10 @@ class RTIInteractionClass; class HLAInteractionClass : public SGWeakReferenced { public: virtual ~HLAInteractionClass() {} + +private: + HLAInteractionClass(const HLAInteractionClass&); + HLAInteractionClass& operator=(const HLAInteractionClass&); }; } // namespace simgear