mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 15:46:19 +00:00
switched to unique_ptr due to expected app main use
This commit is contained in:
@@ -137,7 +137,7 @@ struct TestApplicationCallback : IApplicationCallback
|
||||
int main(int argc, const char** argv)
|
||||
{
|
||||
boo::TestApplicationCallback appCb;
|
||||
std::shared_ptr<boo::IApplication> app =
|
||||
std::unique_ptr<boo::IApplication> app =
|
||||
ApplicationBootstrap(boo::IApplication::PLAT_AUTO,
|
||||
appCb, "rwk", "RWK", argc, argv);
|
||||
app->run();
|
||||
|
||||
Reference in New Issue
Block a user