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