aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-03-15 06:17:29 +0000
committerDavid Robillard <d@drobilla.net>2009-03-15 06:17:29 +0000
commitd787b3242dcce59977f3ef67538d6b414342c468 (patch)
tree9f37fbc45664a9eddf05c249cce4ad93e97c6cb5
parentd28e4f7ad0d0d8d32d65a098a16f65036e5d318c (diff)
downloadresp-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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/typing.cpp b/typing.cpp
index f926dde..d7cfff2 100644
--- a/typing.cpp
+++ b/typing.cpp
@@ -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();