aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database/SQLOperation.h
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2016-03-11 15:57:26 +0100
committerNaios <naios-dev@live.de>2016-03-24 01:28:59 +0100
commit6cfea2d8f7de3de8206a1f4cf23a6d653814afe1 (patch)
tree7f9be8e62399712d717aa2b136b08f0f56dd8905 /src/server/database/Database/SQLOperation.h
parent501fd9b50232ca3ae3623877c3e521c9c1f894be (diff)
Core/Database: Converted the database library to a shared library.
* There is still the possibility to static link against database.
Diffstat (limited to 'src/server/database/Database/SQLOperation.h')
-rw-r--r--src/server/database/Database/SQLOperation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/database/Database/SQLOperation.h b/src/server/database/Database/SQLOperation.h
index f0500d1f232..5b3032eab87 100644
--- a/src/server/database/Database/SQLOperation.h
+++ b/src/server/database/Database/SQLOperation.h
@@ -53,7 +53,7 @@ union SQLResultSetUnion
class MySQLConnection;
-class SQLOperation
+class TC_DATABASE_API SQLOperation
{
public:
SQLOperation(): m_conn(NULL) { }