vs 版无法编译通过
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/**
|
||||
******************************************************************************
|
||||
*
|
||||
* @file platecarreeprojectionpergo.h
|
||||
@@ -31,7 +31,17 @@
|
||||
|
||||
|
||||
namespace projections {
|
||||
|
||||
#ifdef QtOpmapInternals
|
||||
#include <internalglobal.h>
|
||||
class OPMAPINTERNALSHARED_EXPORT PlateCarreeProjectionPergo : public internals::PureProjection {
|
||||
#else
|
||||
class PlateCarreeProjectionPergo : public internals::PureProjection {
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
public:
|
||||
PlateCarreeProjectionPergo();
|
||||
virtual QString Type()
|
||||
|
||||
Reference in New Issue
Block a user