Skip to content

Commit cc77e80

Browse files
committed
scoped_connection.h: Add SIGC_API on swap()
1 parent 69dde93 commit cc77e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sigc++/scoped_connection.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ struct SIGC_API scoped_connection final
168168
sigc::connection conn_;
169169
};
170170

171+
SIGC_API
171172
void swap(scoped_connection& sca, scoped_connection& scb) noexcept;
172173

173174
} /* namespace sigc */

0 commit comments

Comments
 (0)