diff options
author | tastytea | 2020-01-04 13:31:22 +0100 |
---|---|---|
committer | tastytea | 2020-01-04 13:31:22 +0100 |
commit | 0de7345dc2397dc1ca83206a0b16799916956ae8 (patch) | |
tree | b4fa2dffed49988548acfcd4f6a4affeb1751c38 /include/request.hpp | |
parent | 5eb11534a5edd601cbd5b89994d65c4ac0c6516f (diff) | |
download | mastodonpp-0de7345dc2397dc1ca83206a0b16799916956ae8.tar mastodonpp-0de7345dc2397dc1ca83206a0b16799916956ae8.tar.gz mastodonpp-0de7345dc2397dc1ca83206a0b16799916956ae8.zip |
Add [[nodiscard]] where desirable.
Diffstat (limited to 'include/request.hpp')
-rw-r--r-- | include/request.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/request.hpp b/include/request.hpp index d41611c..dca8327 100644 --- a/include/request.hpp +++ b/include/request.hpp @@ -52,6 +52,7 @@ public: * * @since 0.1.0 */ + [[nodiscard]] answer_type get(API::endpoint_type endpoint) const; private: |