Skip to content

Commit

Permalink
Fix two compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Dec 13, 2023
1 parent 3687a34 commit f9bd4a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/include/IMPL/AccessChecked.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ namespace IMPL {

public:
AccessChecked() ;
AccessChecked(const AccessChecked&) = default;
virtual ~AccessChecked() = default;
virtual int simpleUID() const { return _id ; }

Expand Down

0 comments on commit f9bd4a5

Please sign in to comment.