Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 25, 2012
1 parent cfc8bdc commit 9a129cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/core/pal/rtree.hpp
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gui/symbology-ng/qgsrulebasedrendererv2widget.h
Expand Up @@ -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 );
Expand Down

0 comments on commit 9a129cc

Please sign in to comment.