mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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:
|
public:
|
||||||
std::string _name;
|
std::string _name;
|
||||||
int32 _location;
|
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 {
|
template <typename T> class Less {
|
||||||
|
|
Loading…
Reference in a new issue