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

Commit

Permalink
Merge pull request #347 from dawagner/missing-virtual-dtor
Browse files Browse the repository at this point in the history
ParameterAccessContext: Add a missing virtual destructor
  • Loading branch information
krocard committed Feb 2, 2016
2 parents 48097ee + 005e08c commit 8ca3cad
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 8ca3cad

Please sign in to comment.