comparison Applications/Sdl/SdlBuffering.cpp @ 84:ea377c770ef4

fix mainline build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 May 2017 11:23:20 +0200
parents b340879da9bd
children 4cff7b1ed31d
comparison
equal deleted inserted replaced
51:b340879da9bd 84:ea377c770ef4
21 21
22 #include "SdlBuffering.h" 22 #include "SdlBuffering.h"
23 23
24 #if ORTHANC_ENABLE_SDL == 1 24 #if ORTHANC_ENABLE_SDL == 1
25 25
26 #include "../../../Resources/Orthanc/Core/Logging.h" 26 #include "../../Resources/Orthanc/Core/Logging.h"
27 #include "../../../Resources/Orthanc/Core/OrthancException.h" 27 #include "../../Resources/Orthanc/Core/OrthancException.h"
28 28
29 namespace OrthancStone 29 namespace OrthancStone
30 { 30 {
31 SdlBuffering::SdlBuffering() : 31 SdlBuffering::SdlBuffering() :
32 sdlSurface_(NULL), 32 sdlSurface_(NULL),