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 Apr 21, 2017
1 parent 7b8fb79 commit 96358da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/qgspythonutils.h
Expand Up @@ -50,11 +50,11 @@ class PYTHON_EXPORT QgsPythonUtils
virtual bool isEnabled() = 0;

//! initialize python and import bindings
virtual void initPython( QgisInterface* interface ) = 0;
virtual void initPython( QgisInterface* iface ) = 0;

#ifdef HAVE_SERVER_PYTHON_PLUGINS
//! initialize python and import server bindings
virtual void initServerPython( QgsServerInterface* interface ) = 0;
virtual void initServerPython( QgsServerInterface* iface ) = 0;

//! start server plugin: call plugin's classServerFactory(serverInterface) add to active plugins
virtual bool startServerPlugin( QString packageName ) = 0;
Expand Down

0 comments on commit 96358da

Please sign in to comment.