Sprucing up some of alloy.

This commit is contained in:
Ben Vanik
2014-07-13 21:15:37 -07:00
parent 48425da8ff
commit 9437d0b564
40 changed files with 246 additions and 228 deletions

View File

@@ -31,7 +31,7 @@ public:
ExportResolver* export_resolver() const { return export_resolver_; }
virtual int Initialize(alloy::backend::Backend* backend = 0);
virtual int Initialize(std::unique_ptr<alloy::backend::Backend> backend = 0);
private:
ExportResolver* export_resolver_;