Browse Source

Closing #128 typo

master
Artyom Beilis 9 years ago
parent
commit
93a8057161
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cppcms/views_pool.h

+ 1
- 1
cppcms/views_pool.h View File

@@ -90,7 +90,7 @@ namespace cppcms {
p.reset(new View(stream,dynamic_cast<Content &>(*c)));
}
catch(std::bad_cast const &) {
throw cppcms_error("cppcms::views::generator: an attempt to use content if invalid type");
throw cppcms_error("cppcms::views::generator: an attempt to use content of invalid type");
}
return p;
}


Loading…
Cancel
Save