From 7f900e12af77d52d33e8e8a3fcb13c47a2ddb6b1 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 30 Aug 2016 23:20:21 +0100 Subject: [PATCH] api fixes --- main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cc b/main.cc index 866316f..dbd0f89 100644 --- a/main.cc +++ b/main.cc @@ -28,7 +28,7 @@ using ostd::Condition; using cscript::CsState; using cscript::CsValueRange; using cscript::CsValue; -using cscript::StackedValue; +using cscript::CsStackedValue; using cscript::CsBytecodeRef; using cscript::CsBytecode; @@ -396,7 +396,7 @@ struct ObState: CsState { } } if ((!ret && (act || ob_check_exec(tname, subdeps))) && func) { - StackedValue targetv, sourcev, sourcesv; + CsStackedValue targetv, sourcev, sourcesv; if (!targetv.set_alias(new_ident("target"))) { return 1;