| Index: test/FilterEngine.cpp |
| diff --git a/test/FilterEngine.cpp b/test/FilterEngine.cpp |
| index d0fdcd7d26f4c6d7b00d3f0852aa029b56f9bd65..a001ce244cf1d966b7757e1432045765912209e2 100644 |
| --- a/test/FilterEngine.cpp |
| +++ b/test/FilterEngine.cpp |
| @@ -19,7 +19,7 @@ |
| namespace |
| { |
| - typedef std::tr1::shared_ptr<AdblockPlus::FilterEngine> FilterEnginePtr; |
| + typedef std::shared_ptr<AdblockPlus::FilterEngine> FilterEnginePtr; |
| class VeryLazyFileSystem : public LazyFileSystem |
| { |