Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
ParameterAccessContext: add a missing virtual destructor
Browse files Browse the repository at this point in the history
Signed-off-by: Khaled Ben Amor <[email protected]>
  • Loading branch information
kbenamor authored and dawagner committed Feb 1, 2016
1 parent 1909905 commit 005e08c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parameter/ParameterAccessContext.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2014, Intel Corporation
* Copyright (c) 2011-2016, Intel Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
3 changes: 2 additions & 1 deletion parameter/ParameterAccessContext.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2014, Intel Corporation
* Copyright (c) 2011-2016, Intel Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down Expand Up @@ -44,6 +44,7 @@ class CParameterAccessContext : public utility::ErrorContext
CParameterAccessContext(std::string &strError, CParameterBlackboard *pParameterBlackboard,
size_t offsetBase = 0);
CParameterAccessContext(std::string &strError);
virtual ~CParameterAccessContext() = default;

// ParameterBlackboard
CParameterBlackboard *getParameterBlackboard();
Expand Down

0 comments on commit 005e08c

Please sign in to comment.