Skip to content

Commit

Permalink
Adding missing constructor to command (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fermuch authored Jun 22, 2023
1 parent d6b6c84 commit 3c7a90f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/cli.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ namespace qOS {
command( command const& ) = delete;
void operator=( command const& ) = delete;
public:
command() {}
virtual ~command() {}
friend class qOS::commandLineInterface;
};
Expand Down

0 comments on commit 3c7a90f

Please sign in to comment.