mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-13 23:26:16 +00:00
General: Make use of nullptr where applicable
This commit is contained in:
@@ -222,7 +222,7 @@ public:
|
||||
void _setWindow(CoreWindow ^ window) { m_window = _WindowUWPNew(m_friendlyName, m_3dCtx); }
|
||||
};
|
||||
|
||||
IApplication* APP = NULL;
|
||||
IApplication* APP = nullptr;
|
||||
ref class AppView sealed : public IFrameworkView {
|
||||
ApplicationUWP m_app;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user