Add a public: after constructors.

This commit is contained in:
tastytea 2020-02-25 23:17:08 +01:00
parent c1c071c694
commit 79137bfddf
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public:
//! Move assignment operator
FediPotato& operator=(FediPotato &&other) noexcept = default;
public:
/*!
* @brief Return the version.
*