Make Wrappable a template class
This commit is contained in:
parent
a8f08e1fab
commit
2ae52d0ff4
52 changed files with 367 additions and 349 deletions
|
@ -19,7 +19,7 @@ namespace atom {
|
|||
|
||||
namespace api {
|
||||
|
||||
Menu::Menu()
|
||||
Menu::Menu(v8::Isolate* isolate)
|
||||
: model_(new AtomMenuModel(this)),
|
||||
parent_(NULL) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue