diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-18 23:12:41 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-18 23:12:41 +0100 |
commit | 735b4c4b743a774c5d53ab6a8e10f0f8308a925b (patch) | |
tree | 776d0e3ee6720193d54d927e30c6ec1abd60fef6 /src/qregisters.cpp | |
parent | ace94503b4572d854ae326273a3ecdc37d978400 (diff) | |
download | sciteco-735b4c4b743a774c5d53ab6a8e10f0f8308a925b.tar.gz |
explicitly instantiate MicroStateMachine: fixes compilation with gcc-4.4
Diffstat (limited to 'src/qregisters.cpp')
-rw-r--r-- | src/qregisters.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qregisters.cpp b/src/qregisters.cpp index 5d8091b..02a779a 100644 --- a/src/qregisters.cpp +++ b/src/qregisters.cpp @@ -352,7 +352,7 @@ QRegisters::hook(Hook type) void QRegSpecMachine::reset(void) { - MicroStateMachine::reset(); + MicroStateMachine<QRegister *>::reset(); string_machine.reset(); undo.push_var(is_local) = false; undo.push_var(nesting) = 0; |