diff options
author | Johannes Schickel | 2010-11-29 18:31:39 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-11-29 18:31:39 +0000 |
commit | c5e28f69b7ef944bc2724237aa8dc318c6830667 (patch) | |
tree | f1e2defc33cf97689db1224401e3d79234474941 | |
parent | 39aad6ece718acb39ad38ba5858f2aeeb5c29474 (diff) | |
download | scummvm-rg350-c5e28f69b7ef944bc2724237aa8dc318c6830667.tar.gz scummvm-rg350-c5e28f69b7ef944bc2724237aa8dc318c6830667.tar.bz2 scummvm-rg350-c5e28f69b7ef944bc2724237aa8dc318c6830667.zip |
BACKEND: Assure that the correct destructor of FilesystemFactory is called.
svn-id: r54582
-rw-r--r-- | backends/modular-backend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/modular-backend.cpp b/backends/modular-backend.cpp index 095488365e..8067c31323 100644 --- a/backends/modular-backend.cpp +++ b/backends/modular-backend.cpp @@ -24,6 +24,7 @@ */ #include "backends/modular-backend.h" +#include "backends/fs/fs-factory.h" #include "gui/message.h" ModularBackend::ModularBackend() |