mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix windows build
This commit is contained in:
parent
cfc8bdc97a
commit
9a129ccab6
@ -17,8 +17,11 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifndef _CRT_SECURE_NO_DEPRECATE
|
||||
#define _CRT_SECURE_NO_DEPRECATE
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef RTREE_H
|
||||
#define RTREE_H
|
||||
|
@ -32,7 +32,7 @@ Tree model for the rules:
|
||||
+--- top level rule
|
||||
+--- top level rule
|
||||
*/
|
||||
class QgsRuleBasedRendererV2Model : public QAbstractItemModel
|
||||
class GUI_EXPORT QgsRuleBasedRendererV2Model : public QAbstractItemModel
|
||||
{
|
||||
public:
|
||||
QgsRuleBasedRendererV2Model( QgsRuleBasedRendererV2* r );
|
||||
|
Loading…
x
Reference in New Issue
Block a user