comparison OrthancStone/Sources/Wrappers/CairoContext.h @ 1571:85e117739eca

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 17:46:39 +0200
parents 244ad1e4e76a
children 4fb8fdf03314
comparison
equal deleted inserted replaced
1570:9a04f42098a3 1571:85e117739eca
37 cairo_t* context_; 37 cairo_t* context_;
38 unsigned int width_; 38 unsigned int width_;
39 unsigned int height_; 39 unsigned int height_;
40 40
41 public: 41 public:
42 CairoContext(CairoSurface& surface); 42 explicit CairoContext(CairoSurface& surface);
43 43
44 ~CairoContext(); 44 ~CairoContext();
45 45
46 cairo_t* GetObject() 46 cairo_t* GetObject()
47 { 47 {