comparison Framework/Widgets/LayerWidget.h @ 86:02c3a7a4938f wasm

removing of the Start() mechanism
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 May 2017 13:42:50 +0200
parents bd48431ac285
children 4a541cd4fa83
comparison
equal deleted inserted replaced
85:bd48431ac285 86:02c3a7a4938f
101 101
102 const SliceGeometry& GetSlice() const 102 const SliceGeometry& GetSlice() const
103 { 103 {
104 return slice_; 104 return slice_;
105 } 105 }
106
107 virtual void Start();
108 }; 106 };
109 } 107 }