Actions
Bug #1715
closedNot reference to std::vector<WMenuItem *>& items() const;
Start date:
02/25/2013
Due date:
% Done:
0%
Estimated time:
Description
Guys, you forgot to make the implementation of this function! std::vector<WMenuItem *>& items() const;
In WMenu i have declaration std::vector<WMenuItem *>& items() const; but in WMenu.C have not got a implementation :)
I really need it very much !!!
Updated by Koen Deforche over 11 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Hey,
Indeed, we seem to have forgotten about it during the wmenu reorganization.
I've fixed this in my git copy.
Regards,
koen
Updated by Koen Deforche over 11 years ago
- Status changed from Resolved to Closed
Actions