comparison Framework/Scene2D/Internals/OpenGLLookupTableTextureRenderer.cpp @ 1048:f6be9412e42a

cleaning up IObservable.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Oct 2019 14:11:52 +0200
parents 1091b2adeb5a
children 177e7d431cd1 2d8ab34c8c91
comparison
equal deleted inserted replaced
1047:efc5b62b9539 1048:f6be9412e42a
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #include "OpenGLLookupTableTextureRenderer.h" 22 #include "OpenGLLookupTableTextureRenderer.h"
23
24 #include <Core/OrthancException.h>
23 25
24 namespace OrthancStone 26 namespace OrthancStone
25 { 27 {
26 namespace Internals 28 namespace Internals
27 { 29 {