Skip to content

Commit

Permalink
Use using
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire authored and Flow86 committed Jan 21, 2021
1 parent 2ec7151 commit f3141c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/s25main/world/NodeMapBase.h
Expand Up @@ -31,7 +31,7 @@ class NodeMapBase final : public MapBase

public:
using Node = T_Node;
typedef typename std::vector<Node>::const_iterator const_iterator;
using const_iterator = typename std::vector<Node>::const_iterator;

void Resize(const MapExtent& newSize) override;
void Resize(const MapExtent& newSize, const Node& defaultValue);
Expand Down

0 comments on commit f3141c2

Please sign in to comment.