Fix compilation under Linux.
This commit is contained in:
parent
297ccbbe58
commit
0c9aea3308
4 changed files with 8 additions and 6 deletions
|
@ -14,12 +14,13 @@ namespace api {
|
|||
|
||||
class MenuGtk : public Menu,
|
||||
public ::MenuGtk::Delegate {
|
||||
public:
|
||||
MenuGtk();
|
||||
|
||||
protected:
|
||||
virtual void Popup(Window* window) OVERRIDE;
|
||||
|
||||
private:
|
||||
MenuGtk();
|
||||
|
||||
scoped_ptr<::MenuGtk> menu_gtk_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(MenuGtk);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue