Skip to content

Commit

Permalink
Merge pull request #754 from leapmotion/bug-corecontextcopyctor
Browse files Browse the repository at this point in the history
CoreContext should not define a copy ctor
  • Loading branch information
jdonald committed Sep 29, 2015
2 parents 6cc2998 + 2b538a3 commit 2c4ad8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autowiring/CoreContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ class CoreContext:
{
protected:
typedef std::list<std::weak_ptr<CoreContext>> t_childList;
CoreContext(const CoreContext&) = delete;
CoreContext(const std::shared_ptr<CoreContext>& pParent, t_childList::iterator backReference, const std::type_info& sigilType);

public:
Expand Down

0 comments on commit 2c4ad8d

Please sign in to comment.