blob: f5cb6159f5b8a9cc57a9e41d4d68e580271cf3fb (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/umbrello/dialogs/classifierlistpage.cpp
+++ b/umbrello/dialogs/classifierlistpage.cpp
@@ -346,7 +346,7 @@
}
if (itemIndex >= 0 && (itemIndex < getItemList().size())) {
- listItem = getItemList().at( itemIndex );
+ UMLClassifierListItem* listItem = getItemList().at( itemIndex );
//now update screen
m_docTE->setText( listItem->doc() );
|