Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix windows build - add missing CORE_EXPORTs
  • Loading branch information
jef-n committed Apr 19, 2013
1 parent 310e2de commit 66c8cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/qgscacheindex.h
Expand Up @@ -26,7 +26,7 @@ class QgsFeatureIterator;
* Abstract base class for cache indices
*/

class QgsAbstractCacheIndex
class CORE_EXPORT QgsAbstractCacheIndex
{
public:
QgsAbstractCacheIndex();
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgscacheindexfeatureid.h
Expand Up @@ -20,7 +20,7 @@

class QgsVectorLayerCache;

class QgsCacheIndexFeatureId : public QgsAbstractCacheIndex
class CORE_EXPORT QgsCacheIndexFeatureId : public QgsAbstractCacheIndex
{
public:
QgsCacheIndexFeatureId( QgsVectorLayerCache* );
Expand Down

0 comments on commit 66c8cc1

Please sign in to comment.