diff options
author | Eugene Sandulenko | 2008-02-05 15:33:01 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-02-05 15:33:01 +0000 |
commit | 9f6282defcc100fd7eb6f8aa01de643555217f7e (patch) | |
tree | a6a0e1fe5d0dc0b56ad2dd52b60ac1c37e18b7df /base | |
parent | 4174f0b9d42240bb7a1f76fc3f7e26182e5a4544 (diff) | |
download | scummvm-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.cpp | 1 |
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; } }; |