You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2016/01/28 15:53:13 UTC

cordova-ubuntu git commit: fix build issue with cordova parameter not being declared

Repository: cordova-ubuntu
Updated Branches:
  refs/heads/4.3.x f04e84882 -> 81381a5f1


fix build issue with cordova parameter not being declared


Project: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/commit/81381a5f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/tree/81381a5f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/diff/81381a5f

Branch: refs/heads/4.3.x
Commit: 81381a5f11037612fcdbbed1fec67fd46f012020
Parents: f04e848
Author: David Barth <da...@canonical.com>
Authored: Thu Jan 28 15:51:44 2016 +0100
Committer: David Barth <da...@canonical.com>
Committed: Thu Jan 28 15:51:44 2016 +0100

----------------------------------------------------------------------
 src/coreplugins.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/81381a5f/src/coreplugins.cpp
----------------------------------------------------------------------
diff --git a/src/coreplugins.cpp b/src/coreplugins.cpp
index 646eafe..fc1a115 100644
--- a/src/coreplugins.cpp
+++ b/src/coreplugins.cpp
@@ -26,7 +26,7 @@ INSERT_HEADER_HERE
 
 extern "C" {
 
-Q_DECL_EXPORT QList<QSharedPointer<CPlugin>> cordovaGetPluginInstances(Cordova *) {
+Q_DECL_EXPORT QList<QSharedPointer<CPlugin>> cordovaGetPluginInstances(Cordova *cordova) {
     QList<QSharedPointer<CPlugin>> res;
 
     INSERT_PLUGIN_HERE


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org