aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-03-06 01:43:02 +0000
committerDavid Robillard <d@drobilla.net>2009-03-06 01:43:02 +0000
commit43410b02c4a4d8c3476880f4b073e5bf5adc5acb (patch)
treea8c5a04752e96f6db18e84e6f176150f29390a9b /tuplr.hpp
parent11a8a861a1f026a9c1869fc1a164dfb62fbcb956 (diff)
downloadresp-43410b02c4a4d8c3476880f4b073e5bf5adc5acb.tar.gz
resp-43410b02c4a4d8c3476880f4b073e5bf5adc5acb.tar.bz2
resp-43410b02c4a4d8c3476880f4b073e5bf5adc5acb.zip
Fix polymorphic lifting (sort of, can only lift once still).
git-svn-id: http://svn.drobilla.net/resp/tuplr@54 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'tuplr.hpp')
-rw-r--r--tuplr.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tuplr.hpp b/tuplr.hpp
index d253a49..45d5908 100644
--- a/tuplr.hpp
+++ b/tuplr.hpp
@@ -82,8 +82,8 @@ SExp readExpression(Cursor& cur, std::istream& in);
* Abstract Syntax Tree *
***************************************************************************/
-struct TEnv; ///< Type-Time Environment
-struct CEnv; ///< Compile-Time Environment
+struct TEnv; ///< Type-Time Environment
+struct CEnv; ///< Compile-Time Environment
/// Base class for all AST nodes
struct AST {