Navigation Menu

Skip to content

Commit

Permalink
Add export macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Oct 31, 2013
1 parent 5a2285e commit 63fbc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsdatumtransformdialog.h
Expand Up @@ -3,7 +3,7 @@

#include "ui_qgsdatumtransformdialogbase.h"

class QgsDatumTransformDialog: public QDialog, private Ui::QgsDatumTransformDialogBase
class GUI_EXPORT QgsDatumTransformDialog: public QDialog, private Ui::QgsDatumTransformDialogBase
{
public:
QgsDatumTransformDialog( const QString& layerName, const QList< QList< int > >& dt, QWidget * parent = 0, Qt::WindowFlags f = 0 );
Expand Down

0 comments on commit 63fbc75

Please sign in to comment.