From 10718b096100b61b9cfcf0e668af7b94f4bbe00a Mon Sep 17 00:00:00 2001 From: Simon Wenner Date: Thu, 4 Oct 2018 00:58:37 +0200 Subject: 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 --- core/rid.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core') 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: -- cgit v1.2.3