15 * You should have received a copy of the GNU General Public License |
15 * You should have received a copy of the GNU General Public License |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ |
17 */ |
18 |
18 |
19 #include "curvemode.h" |
19 #include "curvemode.h" |
20 #include "../ldObject.h" |
20 #include "../linetypes/modelobject.h" |
21 #include "../canvas.h" |
21 #include "../canvas.h" |
22 |
22 |
23 CurveMode::CurveMode (Canvas* canvas) : |
23 CurveMode::CurveMode (Canvas* canvas) : |
24 Super (canvas) {} |
24 Super (canvas) {} |
25 |
25 |