From 50daa9937af73de76dbce0d661313206f2791f70 Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Sat, 29 Nov 2014 13:33:04 +0100 Subject: [PATCH] fix exception cause string --- alib2data/src/label/NextLabel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alib2data/src/label/NextLabel.cpp b/alib2data/src/label/NextLabel.cpp index ed78de02f7..58dc705bf5 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&) { -- GitLab