Fix compilation under Linux.

This commit is contained in:
Cheng Zhao 2014-04-23 12:45:48 +08:00
parent 297ccbbe58
commit 0c9aea3308
4 changed files with 8 additions and 6 deletions

View file

@ -14,12 +14,13 @@ class Menu2;
namespace api {
class MenuWin : public Menu {
public:
MenuWin();
protected:
virtual void Popup(Window* window) OVERRIDE;
private:
MenuWin();
scoped_ptr<atom::Menu2> menu_;
DISALLOW_COPY_AND_ASSIGN(MenuWin);