diff layer/FlexiNoteLayer.cpp @ 622:765bb3774c4f tonioni

small changes to FlexiNote stuff
author matthiasm
date Tue, 26 Mar 2013 17:00:45 +0000
parents fde7e2fae256
children 49afde2dd704
line wrap: on
line diff
--- a/layer/FlexiNoteLayer.cpp	Tue Mar 26 14:46:06 2013 +0000
+++ b/layer/FlexiNoteLayer.cpp	Tue Mar 26 17:00:45 2013 +0000
@@ -406,7 +406,7 @@
 }
 
 bool
-FlexiNoteLayer::getPointToDrag(View *v, int x, int y, NoteModel::Point &p) const
+FlexiNoteLayer::getPointToDrag(View *v, int x, int y, FlexiNoteModel::Point &p) const
 {
     if (!m_model) return false;