Skip to content

Commit

Permalink
[LPT] Exception fix (openvinotoolkit#6824)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshoguli authored and rnugmanx committed Aug 26, 2021
1 parent 7a9a6b3 commit f0d9074
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace ngraph {
namespace pass {
namespace low_precision {

class LP_TRANSFORMATIONS_API Exception : std::exception {
class LP_TRANSFORMATIONS_API Exception : public std::exception {
std::shared_ptr<std::ostringstream> buffer;
mutable std::string buffer_str;
public:
Expand Down

0 comments on commit f0d9074

Please sign in to comment.