cefclient: mac: Fix "undefined symbol" link error (see #3499)

This commit is contained in:
Marshall Greenblatt
2024-08-07 11:30:07 -04:00
parent 52888f346f
commit 64a2f681aa
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ class DefaultClientHandler : public BaseClientHandler {
private:
// Used to determine the object type.
virtual const void* GetTypeKey() const override { return &kTypeKey; }
static const int kTypeKey = 0;
static constexpr int kTypeKey = 0;
IMPLEMENT_REFCOUNTING(DefaultClientHandler);
DISALLOW_COPY_AND_ASSIGN(DefaultClientHandler);