diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2019-05-19 17:01:27 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2019-05-19 17:01:27 -0700 |
commit | 2e362598168e73f935146b3b7ec4318390651cc6 (patch) | |
tree | 2649af4ce6f0f826dbcb248661cb7ac3c2551ffe /CyteKit/CyteKit.h | |
parent | 136cc0a23da9281874ee88b7b51174538fcb9269 (diff) |
Swap awkward va_list hack for awkward switch hack.
Diffstat (limited to 'CyteKit/CyteKit.h')
-rw-r--r-- | CyteKit/CyteKit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CyteKit/CyteKit.h b/CyteKit/CyteKit.h index 0d66439..085f45d 100644 --- a/CyteKit/CyteKit.h +++ b/CyteKit/CyteKit.h @@ -36,7 +36,7 @@ #include "CyteKit/countByEnumeratingWithState.h" #include "CyteKit/extern.h" -#include "CyteKit/stringWithUTF8Bytes.h" +#include "CyteKit/stringWith.h" #include "CyteKit/webScriptObjectInContext.h" #endif//CyteKit_CyteKit_H |