Skip to content

Commit 739e507

Browse files
committedNov 19, 2015
fix windows build (followup c9f0d83)
1 parent 2a557db commit 739e507

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/server/qgsaccesscontrolfilter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include "qgsaccesscontrolfilter.h"
2222
#include "qgsmessagelog.h"
23+
#include "qgsfeature.h"
2324

2425
#include <QString>
2526
#include <QStringList>
@@ -83,5 +84,5 @@ bool QgsAccessControlFilter::allowToEdit( const QgsVectorLayer* layer, const Qgs
8384
/** Cache key to used to create the capabilities cache, "" for no cache */
8485
const QString QgsAccessControlFilter::cacheKey() const
8586
{
86-
return "";
87+
return "";
8788
}

0 commit comments

Comments
 (0)
Please sign in to comment.