diff --git a/src/mips/psyqo/gpu.hh b/src/mips/psyqo/gpu.hh index 1615805e9..9a6f8eae0 100644 --- a/src/mips/psyqo/gpu.hh +++ b/src/mips/psyqo/gpu.hh @@ -351,8 +351,8 @@ class GPU { * * @param table The ordering table to chain. */ - template - void chain(OrderingTable &table) { + template + void chain(OrderingTable &table) { chain(&table.m_table[N], &table.m_table[0], 0); scheduleOTC(&table.m_table[N], N + 1); }