mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-13 23:26:16 +00:00
Brought linux in sync with OSX fixes
This commit is contained in:
@@ -71,9 +71,9 @@ public:
|
||||
return m_args;
|
||||
}
|
||||
|
||||
std::unique_ptr<IWindow> newWindow(const std::string& title)
|
||||
IWindow* newWindow(const std::string& title)
|
||||
{
|
||||
return std::unique_ptr<IWindow>(_WindowWaylandNew(title));
|
||||
return _WindowWaylandNew(title);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user