From c3c2710b916f7fcdd0271c7acedde3e41a6f5c98 Mon Sep 17 00:00:00 2001 From: Tim Whisonant Date: Fri, 4 Sep 2020 10:13:48 -0700 Subject: [PATCH] Fix issues identified by checkers. (#81) Signed-off-by: Tim Whisonant --- include/opae/cxx/core/pvalue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/opae/cxx/core/pvalue.h b/include/opae/cxx/core/pvalue.h index 9c8ff2c405a1..81f2155b1c0b 100644 --- a/include/opae/cxx/core/pvalue.h +++ b/include/opae/cxx/core/pvalue.h @@ -1,4 +1,4 @@ -// Copyright(c) 2018, Intel Corporation +// Copyright(c) 2018-2020, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: @@ -254,9 +254,9 @@ struct pvalue { private: fpga_properties *props_; bool is_set_; - copy_t copy_; getter_t get_; setter_t set_; + copy_t copy_; }; /**