Skip to content

Commit

Permalink
[LPT] Exception fix (#6824)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshoguli authored Jul 27, 2021
1 parent 1f24cc9 commit c0eb700
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 c0eb700

Please sign in to comment.