Skip to content

Commit

Permalink
fix windows build (followup c9f0d83)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 19, 2015
1 parent 2a557db commit 739e507
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server/qgsaccesscontrolfilter.cpp
Expand Up @@ -20,6 +20,7 @@

#include "qgsaccesscontrolfilter.h"
#include "qgsmessagelog.h"
#include "qgsfeature.h"

#include <QString>
#include <QStringList>
Expand Down Expand Up @@ -83,5 +84,5 @@ bool QgsAccessControlFilter::allowToEdit( const QgsVectorLayer* layer, const Qgs
/** Cache key to used to create the capabilities cache, "" for no cache */
const QString QgsAccessControlFilter::cacheKey() const
{
return "";
return "";
}

0 comments on commit 739e507

Please sign in to comment.