Merge branch 'master' into jgrpp

# Conflicts:
#	src/lang/romanian.txt
This commit is contained in:
Jonathan G Rennison
2021-04-14 20:14:13 +01:00
5 changed files with 71 additions and 28 deletions

View File

@@ -399,6 +399,7 @@ public:
static Path *invalid_path;
Path(NodeID n, bool source = false);
virtual ~Path() = default;
/** Get the node this leg passes. */
inline NodeID GetNode() const { return this->node; }