Skip to content

Commit

Permalink
Make the Camera non-copyable
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebionne committed Feb 8, 2019
1 parent 710a618 commit 005e5a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sip/MetaInterface.sip
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ namespace Meta
virtual void getStatus(StatusType& status /Out/);
virtual int getNbHwAcquiredFrames();

private:
Interface(const Meta::Interface);
};
};

0 comments on commit 005e5a3

Please sign in to comment.