]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/DwarfExpression.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use "using" to import method from base class.
[simgrid.git] / src / mc / DwarfExpression.hpp
index 38bcbcac98e4952c4b3959dd8738e0f1a41a1954..19c5b14506ccce5cfc43de5f9313afa84f17de97 100644 (file)
@@ -56,7 +56,7 @@ public:
 };
 
 /** When an error happens in the execution of a DWARF expression */
-class evaluation_error : std::runtime_error {
+class evaluation_error : public std::runtime_error {
 public:
   explicit evaluation_error(const char* what) : std::runtime_error(what) {}
 };