From a0f0fd98efa12ef33959badcc25ff568e8b242b4 Mon Sep 17 00:00:00 2001 From: saturneric Date: Wed, 6 Dec 2023 21:10:48 +0800 Subject: feat: move test to src and add submodule googletest --- src/core/function/basic/ChannelObject.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/core/function/basic/ChannelObject.h') diff --git a/src/core/function/basic/ChannelObject.h b/src/core/function/basic/ChannelObject.h index 7bbd6d94..6fb315ae 100644 --- a/src/core/function/basic/ChannelObject.h +++ b/src/core/function/basic/ChannelObject.h @@ -28,12 +28,10 @@ #pragma once +#include "core/GpgConstants.h" #include "core/function/SecureMemoryAllocator.h" namespace GpgFrontend { -static constexpr int kGpgFrontendDefaultChannel = - 0; ///< the default channel id - /** * @brief object which in channel system is called "channel" * -- cgit v1.2.3