comparison OrthancStone/Sources/OpenGL/WebAssemblyOpenGLContext.h @ 1571:85e117739eca

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 17:46:39 +0200
parents e731e62692a9
children 92fca2b3ba3d
comparison
equal deleted inserted replaced
1570:9a04f42098a3 1571:85e117739eca
52 private: 52 private:
53 class PImpl; 53 class PImpl;
54 boost::shared_ptr<PImpl> pimpl_; 54 boost::shared_ptr<PImpl> pimpl_;
55 55
56 public: 56 public:
57 WebAssemblyOpenGLContext(const std::string& canvasSelector); 57 explicit WebAssemblyOpenGLContext(const std::string& canvasSelector);
58 58
59 virtual bool IsContextLost() ORTHANC_OVERRIDE; 59 virtual bool IsContextLost() ORTHANC_OVERRIDE;
60 60
61 virtual void MakeCurrent() ORTHANC_OVERRIDE; 61 virtual void MakeCurrent() ORTHANC_OVERRIDE;
62 62