comparison Framework/StoneEnumerations.cpp @ 559:9e61b0ac12f1

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Apr 2019 16:16:47 +0200
parents 77a21b28becd
children 3080ec4ec6b9
comparison
equal deleted inserted replaced
557:77a21b28becd 559:9e61b0ac12f1
170 case BitmapAnchor_BottomRight: 170 case BitmapAnchor_BottomRight:
171 deltaX -= b; 171 deltaX -= b;
172 break; 172 break;
173 173
174 default: 174 default:
175 throw Orthanc::OrthancException(Orthanc::ErrorCode_ParameterOutOfRange); 175 break;
176 } 176 }
177 } 177 }
178 } 178 }
179 } 179 }