diff --git a/alib2data/src/label/NextLabel.cpp b/alib2data/src/label/NextLabel.cpp index ed78de02f7f1893e25c4566e7c1849439cc2d93c..58dc705bf5a4b60cde67e12855a854584096dfb8 100644 --- a/alib2data/src/label/NextLabel.cpp +++ b/alib2data/src/label/NextLabel.cpp @@ -28,7 +28,7 @@ void NextLabel::Visit(void* userData, const HexavigesimalLabel& label) { } void NextLabel::Visit(void*, const ObjectLabel&) { - throw exception::AlibException("LabelSet has no next Label."); + throw exception::AlibException("ObjectLabel has no next Label."); } void NextLabel::Visit(void*, const LabelSetLabel&) {