mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 14:17:29 +02:00
Mark getArchOptions as override in derived classes
This commit is contained in:
+1
-1
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user