We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7283ae3 commit 70ebfc3Copy full SHA for 70ebfc3
lib/ui/window/platform_message.h
@@ -28,10 +28,10 @@ class PlatformMessage : public fml::RefCountedThreadSafe<PlatformMessage> {
28
}
29
30
private:
31
- PlatformMessage(std::string name,
+ PlatformMessage(std::string channel,
32
std::vector<uint8_t> data,
33
fml::RefPtr<PlatformMessageResponse> response);
34
35
36
~PlatformMessage();
37
0 commit comments