diff Framework/Widgets/WidgetBase.cpp @ 386:e33659decec5

renamed UpdateContent() as DoAnimation()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Nov 2018 17:06:28 +0100
parents 6cc3ce74dc05
children b70e9be013e4
line wrap: on
line diff
--- a/Framework/Widgets/WidgetBase.cpp	Wed Nov 07 20:49:41 2018 +0100
+++ b/Framework/Widgets/WidgetBase.cpp	Fri Nov 09 17:06:28 2018 +0100
@@ -159,7 +159,7 @@
   }
 
   
-  void WidgetBase::UpdateContent()
+  void WidgetBase::DoAnimation()
   {
     throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);
   }