initialize base class in copy constructors (#2006)
GCC issues warnings with -Wextra if we don't explicitly initialize base class in copy constructors. This commit fixed the issue.
Showing
Please
register
or
sign in
to comment
GCC issues warnings with -Wextra if we don't explicitly initialize base class in copy constructors. This commit fixed the issue.