diff options
author | David Robillard <d@drobilla.net> | 2009-03-15 06:17:29 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-03-15 06:17:29 +0000 |
commit | d787b3242dcce59977f3ef67538d6b414342c468 (patch) | |
tree | 9f37fbc45664a9eddf05c249cce4ad93e97c6cb5 | |
parent | d28e4f7ad0d0d8d32d65a098a16f65036e5d318c (diff) | |
download | resp-d787b3242dcce59977f3ef67538d6b414342c468.tar.gz resp-d787b3242dcce59977f3ef67538d6b414342c468.tar.bz2 resp-d787b3242dcce59977f3ef67538d6b414342c468.zip |
Yawn.
git-svn-id: http://svn.drobilla.net/resp/tuplr@101 ad02d1e2-f140-0410-9f75-f8b11f17cedd
-rw-r--r-- | typing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ AClosure::constrain(TEnv& tenv, Constraints& c) const // Add internal definitions to environment frame size_t e = 2; for (; e < size(); ++e) { - AST* exp = at(e); + AST* exp = at(e); ADefinition* def = dynamic_cast<ADefinition*>(exp); if (def) { ASymbol* sym = def->sym(); |