Insight support for ResourceManager

This commit is contained in:
Vinnie Falco
2014-01-21 09:35:20 -05:00
parent c95dccfec6
commit 65ffdff40c
10 changed files with 63 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ public:
public:
explicit TestLogic (Journal journal)
: Logic (member, journal)
: Logic (insight::NullCollector::New(), member, journal)
{
}