summaryrefslogtreecommitdiff
path: root/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'error.h')
-rw-r--r--error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.h b/error.h
index 4eaf72a8..fafef08e 100644
--- a/error.h
+++ b/error.h
@@ -37,7 +37,7 @@ namespace ledger {
extern std::ostringstream _desc_buffer;
template <typename T>
-inline void throw_func(const std::string& message) {
+inline void throw_func(const string& message) {
_desc_buffer.str("");
throw T(message);
}