summaryrefslogtreecommitdiff
path: root/src/data/con.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:42 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:42 +0200
commit42b79aa5c591dde88e78922a519802f948d9ea60 (patch)
tree92cd4e576656837bb99214d8c09c3fec3201474f /src/data/con.h
parent520f54d6219b7c625b4e07463ac393e6982ddab6 (diff)
tagging ychat-0.7.9.4ychat-0.7.9.4
Diffstat (limited to 'src/data/con.h')
-rwxr-xr-xsrc/data/con.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/data/con.h b/src/data/con.h
index bc54341..9fda07b 100755
--- a/src/data/con.h
+++ b/src/data/con.h
@@ -4,7 +4,7 @@
#ifndef CON_H
#define CON_H
-#include <mysql/mysql.h>
+#include <mysql/mysql.h>
#include <iostream>
#include "con_base.h"
@@ -13,9 +13,9 @@ using namespace std;
class con : public con_base
{
public:
- MYSQL* p_mysql;
- con( );
- ~con( );
+ MYSQL* p_mysql;
+ con( );
+ ~con( );
};
#endif