mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
cleaning code for review
This commit is contained in:
parent
1babf53643
commit
5063159581
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public:
|
|||
public:
|
||||
std::string _name;
|
||||
int32 _location;
|
||||
Binding(const std::string&& name, int32 loc = INVALID_LOCATION) : _name(name), _location(loc) {}
|
||||
Binding(const std::string& name, int32 loc = INVALID_LOCATION) : _name(name), _location(loc) {}
|
||||
};
|
||||
|
||||
template <typename T> class Less {
|
||||
|
|
Loading…
Reference in a new issue