CHANGES: Make _deliverEvents() protected instead of private

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2015-06-29 14:23:41 +00:00
commit 3c7953ce6b

View file

@ -461,3 +461,5 @@ o YCmdLine:
- added setDescription() and description()
- added argTraits(), publicly exposing argument traits
- removed moot setUsage()
o YApplicateion:
- made _deliverEvents() protected instead of private