Skip to content

Commit

Permalink
[transfer] add missing override
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed May 10, 2019
1 parent 621711c commit 565a4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/cmd/transfer.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Transfer final : public Command
ReturnCode run(ArgParser* parser) override;

std::string name() const override;
std::vector<std::string> aliases() const;
std::vector<std::string> aliases() const override;
QString short_help() const override;
QString description() const override;

Expand Down

0 comments on commit 565a4c3

Please sign in to comment.