[libcalamares] class/struct mismatch

- Manager::Private is a class, not just a struct. Needed for
   hypothetical MSVC compatibility.
main
Adriaan de Groot 5 years ago
parent 4799e821d3
commit 3c387a11c9

@ -149,7 +149,7 @@ public:
QNetworkReply* asynchronouseGet( const QUrl& url, const RequestOptions& options = RequestOptions() );
private:
struct Private;
class Private;
std::unique_ptr< Private > d;
};
} // namespace Network

Loading…
Cancel
Save