aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-10-15 20:08:52 +0000
committerDavid Robillard <d@drobilla.net>2012-10-15 20:08:52 +0000
commit60cb2bb1a12a1393abdc0d82b40ea0feabe3a74d (patch)
tree42ab3460523da85011a448f74c6f430888942df9 /src/resp.hpp
parent7bdf853545a3d1bcaf7ae028a0409007862c3382 (diff)
downloadresp-60cb2bb1a12a1393abdc0d82b40ea0feabe3a74d.tar.gz
resp-60cb2bb1a12a1393abdc0d82b40ea0feabe3a74d.tar.bz2
resp-60cb2bb1a12a1393abdc0d82b40ea0feabe3a74d.zip
Update for LLVM 3.1
git-svn-id: http://svn.drobilla.net/resp/trunk@433 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/resp.hpp')
-rw-r--r--src/resp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resp.hpp b/src/resp.hpp
index f952c40..d6a46ab 100644
--- a/src/resp.hpp
+++ b/src/resp.hpp
@@ -677,7 +677,7 @@ struct Engine {
virtual CVal compileCall(CEnv& cenv, CFunc f, const ATuple* fT, CVals& args) = 0;
virtual CVal compileCast(CEnv& cenv, CVal v, const AST* t) = 0;
- virtual CVal compileCons(CEnv& cenv, const ATuple* t, CVal rtti, CVals& f) = 0;
+ virtual CVal compileCons(CEnv& cenv, const char* tname, const ATuple* t, CVal rtti, CVals& f) = 0;
virtual CVal compileDot(CEnv& cenv, CVal tup, int32_t index) = 0;
virtual CVal compileGlobalSet(CEnv& cenv, const string& s, CVal v, const AST* t) = 0;
virtual CVal compileGlobalGet(CEnv& cenv, const string& s, CVal v) = 0;