正在显示
2 个修改的文件
包含
4 行增加
和
4 行删除
| @@ -18,7 +18,7 @@ DmpRenderContext::DmpRenderContext(const DmpRenderContext &rh) | @@ -18,7 +18,7 @@ DmpRenderContext::DmpRenderContext(const DmpRenderContext &rh) | ||
| 18 | { | 18 | { |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | -DmpRenderContext &DmpRenderContext::operator=(const DmpRenderContext &rh) | ||
| 22 | -{ | 21 | +// DmpRenderContext &DmpRenderContext::operator=(const DmpRenderContext &rh) |
| 22 | +// { | ||
| 23 | 23 | ||
| 24 | -} | ||
| 24 | +// } |
| @@ -20,7 +20,7 @@ class CORE_EXPORT DmpRenderContext | @@ -20,7 +20,7 @@ class CORE_EXPORT DmpRenderContext | ||
| 20 | public: | 20 | public: |
| 21 | DmpRenderContext(); | 21 | DmpRenderContext(); |
| 22 | DmpRenderContext(const DmpRenderContext &rh); | 22 | DmpRenderContext(const DmpRenderContext &rh); |
| 23 | - DmpRenderContext &operator=(const DmpRenderContext &rh); | 23 | + // DmpRenderContext &operator=(const DmpRenderContext &rh); |
| 24 | private: | 24 | private: |
| 25 | int currentMaskId_ = -1; | 25 | int currentMaskId_ = -1; |
| 26 | bool isGuiPreview_ = false; | 26 | bool isGuiPreview_ = false; |
请
注册
或
登录
后发表评论