diff options
Diffstat (limited to 'src/exceptions.cpp')
-rw-r--r-- | src/exceptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exceptions.cpp b/src/exceptions.cpp index f4630a4..f0848d2 100644 --- a/src/exceptions.cpp +++ b/src/exceptions.cpp @@ -21,8 +21,8 @@ namespace mastodonpp { -using std::to_string; using std::move; +using std::to_string; CURLException::CURLException(const CURLcode &error, string message) : error_code{error} |