Skip to content

Commit

Permalink
remove virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Sep 23, 2024
1 parent 8665f56 commit 1934d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xtd.core/include/xtd/basic_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -2434,7 +2434,7 @@ namespace xtd {

/// @brief Returns a reference to the underlying base type.
/// @return Reference to the underlying base type.
virtual operator const base_type&() const noexcept {return chars_;}
operator const base_type&() const noexcept {return chars_;}

/// @brief Copy assignment operator. Replaces the contents with a copy of the contents of str.
/// @param str String to use as data source.
Expand Down

0 comments on commit 1934d17

Please sign in to comment.