refactor
This commit is contained in:
@@ -193,9 +193,9 @@ public:
|
||||
|
||||
void shutdown();
|
||||
|
||||
static void display_options(int argc, char *argv[]) {}
|
||||
static void display_options(std::vector<const char *> args) {}
|
||||
|
||||
static void display_version_information(int argc, char *argv[]) {}
|
||||
static void display_version_information(std::vector<const char *> args) {}
|
||||
};
|
||||
} // namespace repertory
|
||||
|
||||
|
Reference in New Issue
Block a user