diff options
| author | William A. Kennington III <wak@google.com> | 2019-03-24 19:12:44 -0700 |
|---|---|---|
| committer | William A. Kennington III <wak@google.com> | 2019-04-01 12:20:24 -0700 |
| commit | 2301d47fc25876a614d62ede1e418d09310753fd (patch) | |
| tree | c1fc04914f549c9be2723f7f2cc795d55bf2c737 /src | |
| parent | 1e125d974ba0c5c69cbf3eeb52b1a94a34e3e243 (diff) | |
| download | sdeventplus-2301d47fc25876a614d62ede1e418d09310753fd.tar.gz sdeventplus-2301d47fc25876a614d62ede1e418d09310753fd.zip | |
source/base: Fix docs for owning constructor
Change-Id: I22667a652bc4db8afc05aea1736b678a213a7e89
Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/sdeventplus/source/base.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdeventplus/source/base.hpp b/src/sdeventplus/source/base.hpp index eeef626..e86b405 100644 --- a/src/sdeventplus/source/base.hpp +++ b/src/sdeventplus/source/base.hpp @@ -121,6 +121,7 @@ class Base * * @param[in] event - The event associated with the source * @param[in] source - The underlying sd_event_source wrapped + * @param[in] - Signifies that ownership is being transfered * @throws SdEventError for underlying sd_event errors */ Base(const Event& event, sd_event_source* source, std::false_type); |

