Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
mat committed May 16, 2011
1 parent 05a735a commit a9be486
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion include/nuiMainWindow.h
Expand Up @@ -181,6 +181,8 @@ class NUI_API nuiMainWindow : public nuiTopLevel

nuiWidget* mpDragSource; ///< widget that has initialized a drag operation
nuiWidget* mpWidgetCanDrop; ///< if not NULL, this is the last widget that return true to an OnCanDrop call (used for DragLeave)

bool ShowWidgetInspector();
private:

// attributes
Expand All @@ -193,7 +195,7 @@ class NUI_API nuiMainWindow : public nuiTopLevel
//@}

bool mDebugMode;
bool ShowWidgetInspector();
// bool ShowWidgetInspector();
nuiMainWindow* mpInspectorWindow;

bool mInvalidatePosted;
Expand Down
1 change: 1 addition & 0 deletions nui3.xcodeproj/project.pbxproj
Expand Up @@ -19624,6 +19624,7 @@
DEBUG,
_CARBON_,
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_THREADSAFE_STATICS = NO;
INSTALL_PATH = /usr/local/lib;
MACOSX_DEPLOYMENT_TARGET = 10.4;
Expand Down
6 changes: 4 additions & 2 deletions tools/yapuka/yapuka.xcodeproj/project.pbxproj
Expand Up @@ -109,14 +109,14 @@
isa = PBXContainerItemProxy;
containerPortal = BCBCB1520DFD45B5002E8BC3 /* nui3.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 73F086E612E9BA0700656E84 /* libnuiPhone_arm7.a */;
remoteGlobalIDString = 73F086E612E9BA0700656E84;
remoteInfo = nuiPhone_arm7;
};
E59DCCEF12F1D6FA0027EF22 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BCBCB1520DFD45B5002E8BC3 /* nui3.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 73F09AC312E9D09E00656E84 /* libthirdparty_ios_arm7.a */;
remoteGlobalIDString = 73F09AC312E9D09E00656E84;
remoteInfo = thirdparty_ios_arm7;
};
E5D4E90412E4A9C40001A86F /* PBXContainerItemProxy */ = {
Expand Down Expand Up @@ -631,9 +631,11 @@
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = _DEBUG;
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
PREBINDING = YES;
Expand Down

0 comments on commit a9be486

Please sign in to comment.