diff options
Diffstat (limited to 'viewGridNavigator.h')
-rw-r--r-- | viewGridNavigator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewGridNavigator.h b/viewGridNavigator.h index c746376..800acd3 100644 --- a/viewGridNavigator.h +++ b/viewGridNavigator.h @@ -65,7 +65,7 @@ public: virtual eOSState NavigateSelect() = 0; virtual eOSState NavigateBack() = 0; virtual void ReDraw(cGridElement* element); - cGridElement* SelectedObject() { return *m_activeElementIter; } + cGridElement* SelectedObject(); }; #endif // cViewGridNAVIGATOR_H |