Let's try this instead for appeasing GCC. ;)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2503 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2010-01-24 00:36:39 +00:00
parent 54e399ec31
commit 781e7d8d2e
1 changed files with 1 additions and 3 deletions

View File

@ -24,9 +24,7 @@
class _BaseStateThread;
#ifndef __LINUX__
template EventSource<IEventListener_SaveStateThread>;
#endif
template class EventSource<IEventListener_SaveStateThread>;
static EventSource<IEventListener_SaveStateThread> m_evtsrc_SaveState;
// Used to hold the current state backup (fullcopy of PS2 memory and plugin states).