diff options
author | Simon Wenner <simon@wenner.ch> | 2018-10-04 00:58:37 +0200 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-10-04 18:16:04 +0200 |
commit | 10718b096100b61b9cfcf0e668af7b94f4bbe00a (patch) | |
tree | 2a13b871e87479809302e0329977d5514a605a88 /core | |
parent | 3ca2afc09c7a945b8491d8a085203142b2562833 (diff) |
Fix some cppcheck errors
cppcheck: fix broken pre-processor statement
cppcheck: fix Uninitialized struct members in canvas editor plugin
cppcheck: fix uninitialized struct member: method_api.is_virtual
Diffstat (limited to 'core')
-rw-r--r-- | core/rid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/rid.h b/core/rid.h index fbb3e443fc..81d5b45d21 100644 --- a/core/rid.h +++ b/core/rid.h @@ -118,7 +118,6 @@ protected: p_rid._data->_owner = NULL; } -# #endif public: |