Skip to content

Commit

Permalink
Fix wheel (apple#875)
Browse files Browse the repository at this point in the history
* added initilization for variables c++

* deleted unnecessary file
  • Loading branch information
abhishekpratapa authored and shreyasvj25 committed Jul 25, 2018
1 parent c3192f5 commit a242632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visualization/src/layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Layer : public CefApp, public CefBrowserProcessHandler, public CefRenderPr

CefRefPtr<CefBrowser> Browser;

bool created;
bool created = 0;
private:

IMPLEMENT_REFCOUNTING(Layer);
Expand Down

0 comments on commit a242632

Please sign in to comment.