Small changes
This commit is contained in:
parent
8c600a1cdb
commit
e50cb9f0e2
7 changed files with 131 additions and 79 deletions
|
|
@ -33,7 +33,7 @@ namespace tp {
|
|||
};
|
||||
|
||||
struct FileInputArg {
|
||||
LocalConnectionLocation mFileLocation;
|
||||
LocalConnection::Location mFileLocation;
|
||||
};
|
||||
|
||||
struct Arg {
|
||||
|
|
@ -81,7 +81,7 @@ namespace tp {
|
|||
[[nodiscard]] alnf getFloat(const String& id) const;
|
||||
[[nodiscard]] bool getBool(const String& id) const;
|
||||
[[nodiscard]] const String& getString(const String& id) const;
|
||||
[[nodiscard]] const LocalConnectionLocation& getFile(const String& id) const;
|
||||
[[nodiscard]] const LocalConnection::Location& getFile(const String& id) const;
|
||||
|
||||
const CommandLine& operator=(const CommandLine&) = delete;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue