Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move files in k/resources/ accordingly to their namespace
[simgrid.git] / src / mc / DwarfExpression.hpp
index 38bcbca..19c5b14 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) {}
 };