diff options
Diffstat (limited to 'zencore')
| -rw-r--r-- | zencore/include/zencore/compactbinarypackage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/include/zencore/compactbinarypackage.h b/zencore/include/zencore/compactbinarypackage.h index 181bf1818..d60155d1a 100644 --- a/zencore/include/zencore/compactbinarypackage.h +++ b/zencore/include/zencore/compactbinarypackage.h @@ -72,7 +72,7 @@ public: ZENCORE_API [[nodiscard]] CbObject AsObject() const; /** Returns true if the attachment is either binary or an object */ - inline [[nodiscard]] bool IsBinary() const { return !IsNull(); } + [[nodiscard]] inline bool IsBinary() const { return !IsNull(); } /** Returns whether the attachment is an object. */ ZENCORE_API [[nodiscard]] bool IsObject() const; |