aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Database/QueryResult.h
diff options
context:
space:
mode:
authorRat <none@none>2009-12-20 15:20:04 +0100
committerRat <none@none>2009-12-20 15:20:04 +0100
commit6fe36efe0f2a05421965ad57c69b2f950a2cdb72 (patch)
treed8377347f5ae67a042d37b52b4eabf2bd4aa32bf /src/shared/Database/QueryResult.h
parentbaa264e6150700e54a9ba6995d16a6d5af2c0dee (diff)
*apply trinity style to whole source
*comment out all mangos to trinity defines *this will make merging a little harder, but code will be more clear --HG-- branch : trunk
Diffstat (limited to 'src/shared/Database/QueryResult.h')
-rw-r--r--src/shared/Database/QueryResult.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Database/QueryResult.h b/src/shared/Database/QueryResult.h
index 7f213850aa6..df20dc8578e 100644
--- a/src/shared/Database/QueryResult.h
+++ b/src/shared/Database/QueryResult.h
@@ -46,7 +46,7 @@ class TRINITY_DLL_SPEC QueryResult
typedef std::vector<std::string> QueryFieldNames;
-class MANGOS_DLL_SPEC QueryNamedResult
+class TRINITY_DLL_SPEC QueryNamedResult
{
public:
explicit QueryNamedResult(QueryResult* query, QueryFieldNames const& names) : mQuery(query), mFieldNames(names) {}