diff options
Diffstat (limited to 'mutator-lvl0.cpp')
-rw-r--r-- | mutator-lvl0.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mutator-lvl0.cpp b/mutator-lvl0.cpp index fffa2e7..bd06212 100644 --- a/mutator-lvl0.cpp +++ b/mutator-lvl0.cpp @@ -84,8 +84,7 @@ public: const char* what () const throw() { - const char* OutString = "Header not Found"; - return OutString; + return "Header Not Found"; } std::string getFileName() const |