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

@@ -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