Mark getArchOptions as override in derived classes

This commit is contained in:
Pedro Vanzella
2018-11-13 11:03:48 -02:00
parent 7bd542ecbe
commit 710ea1b265
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class ECP5CommandHandler : public CommandHandler
void customBitstream(Context *ctx) override;
protected:
po::options_description getArchOptions();
po::options_description getArchOptions() override;
};
ECP5CommandHandler::ECP5CommandHandler(int argc, char **argv) : CommandHandler(argc, argv) {}