1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-07 13:29:49 +00:00

Fix namespaces.

Build works, except for incredis which I'm going to move out anyways.
This commit is contained in:
King_DuckZ 2016-07-14 16:02:15 +01:00
parent a5477c99cf
commit 7a3438def6
24 changed files with 79 additions and 78 deletions

View file

@ -30,7 +30,7 @@ struct pg_param;
typedef pg_param PGparam;
namespace pq {
namespace bt = dinhelp::bt;
namespace bt = dhandy::bt;
class Connection;