Skip to content

Commit

Permalink
fix compile in production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Stepanov committed Mar 14, 2013
1 parent 7358126 commit 7ac0651
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion iphone/Classes/TiUIiPhoneTableViewScrollPositionProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
#ifdef USE_TI_UIIPHONETABLEVIEWSCROLLPOSITION
#if defined(USE_TI_UIIPHONETABLEVIEWSCROLLPOSITION) || defined(USE_TI_UIIPHONELISTVIEWSCROLLPOSITION)

#import "TiProxy.h"

Expand Down
2 changes: 1 addition & 1 deletion iphone/Classes/TiUIiPhoneTableViewScrollPositionProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
#ifdef USE_TI_UIIPHONETABLEVIEWSCROLLPOSITION
#if defined(USE_TI_UIIPHONETABLEVIEWSCROLLPOSITION) || defined(USE_TI_UIIPHONELISTVIEWSCROLLPOSITION)

#import "TiUIiPhoneTableViewScrollPositionProxy.h"

Expand Down
2 changes: 1 addition & 1 deletion iphone/Classes/TiUIiPhoneTableViewStyleProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
#ifdef USE_TI_UIIPHONETABLEVIEWSTYLE
#if defined(USE_TI_UIIPHONETABLEVIEWSTYLE) || defined(USE_TI_UIIPHONELISTVIEWSTYLE)

#import "TiProxy.h"

Expand Down
2 changes: 1 addition & 1 deletion iphone/Classes/TiUIiPhoneTableViewStyleProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
#ifdef USE_TI_UIIPHONETABLEVIEWSTYLE
#if defined(USE_TI_UIIPHONETABLEVIEWSTYLE) || defined(USE_TI_UIIPHONELISTVIEWSTYLE)

#import "TiUIiPhoneTableViewStyleProxy.h"

Expand Down

0 comments on commit 7ac0651

Please sign in to comment.