Skip to content

Commit

Permalink
missing QgsSLConnect::mSLconns conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed May 27, 2015
1 parent e6403da commit e255d6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsslconnect.cpp
Expand Up @@ -18,7 +18,9 @@
#include <sqlite3.h>
#include <spatialite.h>

#if defined(SPATIALITE_VERSION_GE_4_0_0)
QHash<sqlite3 *, void *> QgsSLConnect::mSLconns;
#endif

int QgsSLConnect::sqlite3_open( const char *filename, sqlite3 **ppDb )
{
Expand Down

0 comments on commit e255d6c

Please sign in to comment.