X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b3378a02d0a811be38e530933fb9a57a3012a823..26ef7a82c9367b813682af1bea19e8e788efed64:/Local.hpp diff --git a/Local.hpp b/Local.hpp index f90ba6c..29cbbfb 100644 --- a/Local.hpp +++ b/Local.hpp @@ -19,8 +19,8 @@ **/ /* }}} */ -#ifndef CYLOCAL_HPP -#define CYLOCAL_HPP +#ifndef CYCRIPT_LOCAL_HPP +#define CYCRIPT_LOCAL_HPP #include @@ -60,4 +60,4 @@ class CYLocal { template ::pthread_key_t CYLocal::key_ = Key_(); -#endif/*CYLOCAL_HPP*/ +#endif/*CYCRIPT_LOCAL_HPP*/