Skip to content

Commit

Permalink
Fixed building with variable PLUGINS_ALSO_BINARIES turned on.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7049 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Jun 27, 2007
1 parent 92b2cd3 commit 517df2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/plugins/grid_maker/main.cpp
Expand Up @@ -9,6 +9,7 @@
#include <QApplication>
#include <QTranslator>
#include <QString>
#include <QTextCodec>
#include "qgsapplication.h"

int main(int argc, char *argv[])
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grid_maker/plugingui.h
Expand Up @@ -22,7 +22,7 @@ class QgsGridMakerPluginGui : public QDialog, private Ui::QgsGridMakerPluginGuiB
{
Q_OBJECT
public:
QgsGridMakerPluginGui(QWidget* parent, Qt::WFlags);
QgsGridMakerPluginGui(QWidget* parent = 0, Qt::WFlags = 0);
~QgsGridMakerPluginGui();

private slots:
Expand Down

0 comments on commit 517df2c

Please sign in to comment.