mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Clean up old style angle brackets in nested templates
This commit is contained in:
@@ -354,7 +354,7 @@ public:
|
||||
/// The wrapped function
|
||||
ScriptValueP fun;
|
||||
/// The default argument bindings
|
||||
vector<pair<Variable,ScriptValueP> > bindings;
|
||||
vector<pair<Variable,ScriptValueP>> bindings;
|
||||
|
||||
private:
|
||||
/// Apply the bindings in a context
|
||||
|
||||
Reference in New Issue
Block a user