aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorEugene Sandulenko2008-02-05 15:33:01 +0000
committerEugene Sandulenko2008-02-05 15:33:01 +0000
commit9f6282defcc100fd7eb6f8aa01de643555217f7e (patch)
treea6a0e1fe5d0dc0b56ad2dd52b60ac1c37e18b7df /base
parent4174f0b9d42240bb7a1f76fc3f7e26182e5a4544 (diff)
downloadscummvm-rg350-9f6282defcc100fd7eb6f8aa01de643555217f7e.tar.gz
scummvm-rg350-9f6282defcc100fd7eb6f8aa01de643555217f7e.tar.bz2
scummvm-rg350-9f6282defcc100fd7eb6f8aa01de643555217f7e.zip
Fix compilation
svn-id: r30800
Diffstat (limited to 'base')
-rw-r--r--base/plugins.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 3a53142438..d1c14dfdb7 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -142,6 +142,7 @@ public:
LINK_PLUGIN(TOUCHE)
#endif
+ LINK_PLUGIN(MOHAWK)
return pl;
}
};