this to smart_ptr

git-svn-id: https://profuse.googlecode.com/svn/branches/profuse_interim@343 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
ksherlock
2011-02-21 22:47:56 +00:00
parent 3f8e7ad7ae
commit c44145f551
11 changed files with 18 additions and 18 deletions

View File

@@ -53,7 +53,7 @@ BlockCachePointer BlockCache::Create(BlockDevicePointer device)
{
if (!device.get()) return BlockCachePointer();
return device->createBlockCache(device);
return device->createBlockCache();
}