Move app commands to strings

This commit is contained in:
Paul Betts 2015-06-25 11:25:55 -05:00
parent 210417b428
commit cde7c6a4ef
9 changed files with 125 additions and 63 deletions

View file

@ -67,7 +67,7 @@ class NativeWindowObserver {
virtual void OnRendererResponsive() {}
// Called on Windows when App Commands arrive (WM_APPCOMMAND)
virtual void OnExecuteWindowsCommand(int command) {}
virtual void OnExecuteWindowsCommand(std::string& command_name) {}
};
} // namespace atom