Archived
1

Small Code Changes

This commit is contained in:
Kim Wittenburg
2014-09-15 15:57:34 +02:00
parent e13b3d972b
commit 8ee34b639d
3 changed files with 35 additions and 3 deletions

View File

@@ -18,7 +18,6 @@
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<rect key="contentRect" x="525" y="411" width="507" height="251"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1178"/>
<value key="minSize" type="size" width="500" height="200"/>
<view key="contentView" id="gIp-Ho-8D9">
<rect key="frame" x="0.0" y="0.0" width="507" height="251"/>
<autoresizingMask key="autoresizingMask"/>
@@ -91,5 +90,14 @@
<outlet property="delegate" destination="-2" id="0bl-1N-x8E"/>
</connections>
</window>
<collectionViewItem id="J9S-PW-LCL">
<connections>
<outlet property="view" destination="7zX-37-dQb" id="TRV-ee-wcp"/>
</connections>
</collectionViewItem>
<view id="7zX-37-dQb">
<rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
<autoresizingMask key="autoresizingMask"/>
</view>
</objects>
</document>

View File

@@ -9,7 +9,7 @@
#ifndef MathPad_MPException_h
#define MathPad_MPException_h
extern NSString *MPIllegalElementException;
extern NSString *MPIllegalElementExceptionElementKey;
FOUNDATION_EXPORT NSString *MPIllegalElementException;
FOUNDATION_EXPORT NSString *MPIllegalElementExceptionElementKey;
#endif