This commit is contained in:
Michele Caini
2019-09-03 23:23:41 +02:00
parent b652357a5c
commit 083a58753b

View File

@@ -160,7 +160,7 @@ class connection {
{}
public:
/*! Default constructor. */
/*! @brief Default constructor. */
connection() = default;
/*! @brief Default copy constructor. */
@@ -227,7 +227,7 @@ private:
* when it goes out of scope.
*/
struct scoped_connection: private connection {
/*! Default constructor. */
/*! @brief Default constructor. */
scoped_connection() = default;
/**