Simplified structs.
continuous-integration/drone/push Build is passing Details

using X = struct X → struct X.
This commit is contained in:
tastytea 2019-09-29 01:06:27 +02:00
parent 5c0e08a9b8
commit b1ce2437c0
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ namespace remwharead
* *
* @headerfile sqlite.hpp remwharead/sqlite.hpp * @headerfile sqlite.hpp remwharead/sqlite.hpp
*/ */
using entry = struct entry struct entry
{ {
string uri; string uri;
string archive_uri; string archive_uri;

View File

@ -32,7 +32,7 @@ namespace remwharead
* *
* @headerfile uri.hpp remwharead/uri.hpp * @headerfile uri.hpp remwharead/uri.hpp
*/ */
using html_extract = struct html_extract struct html_extract
{ {
bool successful = false; bool successful = false;
string error; string error;
@ -52,7 +52,7 @@ namespace remwharead
* *
* @headerfile uri.hpp remwharead/uri.hpp * @headerfile uri.hpp remwharead/uri.hpp
*/ */
using archive_answer = struct archive_answer struct archive_answer
{ {
bool successful = false; bool successful = false;
string error; string error;