mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
remove extra access level definition
This commit is contained in:
parent
5fff73f17b
commit
09542c5134
12 changed files with 50 additions and 74 deletions
|
|
@ -12,13 +12,11 @@ namespace lib
|
|||
|
||||
class Database
|
||||
{
|
||||
private:
|
||||
int status;
|
||||
|
||||
int status;
|
||||
char * error;
|
||||
|
||||
char * error;
|
||||
|
||||
sqlite3 * connection;
|
||||
sqlite3 * connection;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
|
|
@ -7,13 +7,11 @@ namespace lib::database
|
|||
{
|
||||
class Session
|
||||
{
|
||||
private:
|
||||
int status;
|
||||
|
||||
int status;
|
||||
char * error;
|
||||
|
||||
char * error;
|
||||
|
||||
sqlite3 * connection;
|
||||
sqlite3 * connection;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue