mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Update sdk constraint range and update runners (#1706)
This commit is contained in:
@@ -60,7 +60,7 @@ class WindowClassRegistrar {
|
||||
public:
|
||||
~WindowClassRegistrar() = default;
|
||||
|
||||
// Returns the singleton registar instance.
|
||||
// Returns the singleton registrar instance.
|
||||
static WindowClassRegistrar* GetInstance() {
|
||||
if (!instance_) {
|
||||
instance_ = new WindowClassRegistrar();
|
||||
|
||||
Reference in New Issue
Block a user