src/editmodes/curvemode.cpp

changeset 1147
a26568aa3cce
parent 1129
2b20261dc511
child 1187
46dc716238fd
child 1326
69a90bd2dba2
equal deleted inserted replaced
1146:bb728c124d47 1147:a26568aa3cce
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

mercurial