From e80b647faa5a61c81964252a395fe4cb48443315 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 28 Jan 2014 17:10:22 +0000 Subject: reinstating session command array --- NT/src/rotor.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'NT/src/rotor.cpp') diff --git a/NT/src/rotor.cpp b/NT/src/rotor.cpp index 2909255..12218e5 100644 --- a/NT/src/rotor.cpp +++ b/NT/src/rotor.cpp @@ -40,10 +40,9 @@ Json::Value Variable_array_type::to_json(){ return json; } -//explicit template instantiation +//explicit template instantiation to avoid linker errors template class Variable_type; template class Variable_type; - template class Variable_array_type; @@ -65,7 +64,6 @@ Json::Value Node::to_json(){ return node; } -//factory generates linker errors if rotor.h implementation is seperated: why? //int main(){ -- cgit v1.2.3