Skip to content

Commit b15cf11

Browse files
committed
Merge branch 'master' of https://github.com/gammasoft71/xtd
2 parents d51a836 + 272938c commit b15cf11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xtd.core/include/xtd/delegate.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ namespace xtd {
117117
/// @brief Return the size of invocation list.
118118
/// @return Return the size of invocation list.
119119
size_t count() const noexcept {return data_->functions.size();}
120-
120+
121121
/// @brief Gets the delegates array
122122
/// @return The delegates array.
123123
const function_collection& functions() const {return data_->functions;}
@@ -568,7 +568,7 @@ namespace xtd {
568568
/// @brief Return the size of invocation list.
569569
/// @return Return the size of invocation list.
570570
size_t count() const noexcept {return data_->functions.size() + data_->no_arguments_functions.size();}
571-
571+
572572
/// @brief Gets the no arguments delegates array
573573
/// @return The delegates array.
574574
const no_arguments_function_collection& no_arguments_functions() const {return data_->no_arguments_functions;}

0 commit comments

Comments
 (0)