CVS commit by pfeiffer:
make this const
M +1 -1 umllistviewitemdata.h 1.3
--- kdesdk/umbrello/umbrello/umllistviewitemdata.h #1.2:1.3
@@ -96,5 +96,5 @@ public:
* Returns the type of item.
*/
- Uml::ListView_Type getType() {
+ Uml::ListView_Type getType() const {
return m_Type;
}