Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIMOB-9876: BlackBerry: Fix build failure #94

Merged

Conversation

dcampbell-macadamian
Copy link

Reviewers: JP, David L

Change Log:

  • removed nativeObjectFactory from constructor

Test Cases:

  • build tibb
  • build should succeed

Jira Bug: https://jira.appcelerator.org/browse/TIMOB-9876

Reviewers: JP, David L

Change Log:
- removed nativeObjectFactory from constructor

Test Cases:
- build tibb
- build should succeed

Jira Bug: https://jira.appcelerator.org/browse/TIMOB-9876
@@ -9,7 +9,7 @@
#include "TiGenericFunctionObject.h"

TiUIPicker::TiUIPicker(NativeObjectFactory* nativeObjectFactory)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ctor shouldn't have the object factory as a param now that it doesn't use it anymore. It should get set directly in the createPicker function using setNativeObjectFactory

@jpl-mac
Copy link

jpl-mac commented Jul 4, 2012

reviewed

@dlifshitz-maca
Copy link

Approved (with JP's comment)

@jpl-mac
Copy link

jpl-mac commented Jul 4, 2012

Approved

dcampbell-macadamian added a commit that referenced this pull request Jul 4, 2012
TIMOB-9876: BlackBerry: Fix build failure
@dcampbell-macadamian dcampbell-macadamian merged commit 55450d2 into Macadamian:blackberry Jul 4, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants